Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijinjin committed Apr 8, 2018
1 parent 8400e30 commit 956207c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/drawable/bg_spinner3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="#ddddd0"/>
<stroke android:width="0.3dp" android:color="#808080"/>

<corners android:radius="5dp"/>
</shape>

0 comments on commit 956207c

Please sign in to comment.