Initial commit.
This commit is contained in:
parent
5114bd8600
commit
1241635088
22 changed files with 695 additions and 0 deletions
8
res/drawable/border.xml
Normal file
8
res/drawable/border.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<stroke android:width="1px" android:color="#D6DBD6" />
|
||||
<solid android:color="@android:color/white" />
|
||||
<padding android:left="7dp" android:top="7dp"
|
||||
android:right="7dp" android:bottom="7dp" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue