added background and 'shape' drawables
This commit is contained in:
parent
d9e39ae8b1
commit
59f456b0bf
BIN
app/src/main/res/drawable/background_home.png
Normal file
BIN
app/src/main/res/drawable/background_home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
10
app/src/main/res/drawable/shape.xml
Normal file
10
app/src/main/res/drawable/shape.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||||
|
<solid android:color="#00000000" />
|
||||||
|
<stroke android:width="2dip" android:color="#000000"/>
|
||||||
|
<padding
|
||||||
|
android:left="30dp"
|
||||||
|
android:top="20dp"
|
||||||
|
android:right="30dp"
|
||||||
|
android:bottom="20dp" />
|
||||||
|
</shape>
|
Loading…
x
Reference in New Issue
Block a user