added background and 'shape' drawables

This commit is contained in:
Vincent KHERBACHE 2015-02-02 01:04:56 +01:00
parent d9e39ae8b1
commit 59f456b0bf
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View 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>