Skip to content

Commit 3342695

Browse files
committed
- added some drawables
1 parent bbd8005 commit 3342695

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

245 Bytes
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:shape="rectangle">
4+
<gradient
5+
android:startColor="#AA66CC00"
6+
android:centerColor="#AACC8800"
7+
android:endColor="#AACC0000"
8+
android:angle="0"/>
9+
</shape>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3+
<item android:top="1dp" android:bottom="1dp" android:left="1dp" android:right="1dp">
4+
<bitmap android:src="@drawable/bg_stripes"
5+
android:tileMode="repeat"
6+
android:dither="true"/>
7+
</item>
8+
</selector>

0 commit comments

Comments
 (0)