Browse Source

added background and 'shape' drawables

master
Vincent KHERBACHE 10 years ago
parent
commit
59f456b0bf
  1. BIN
      app/src/main/res/drawable/background_home.png
  2. 10
      app/src/main/res/drawable/shape.xml

BIN
app/src/main/res/drawable/background_home.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

10
app/src/main/res/drawable/shape.xml

@ -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…
Cancel
Save