summaryrefslogtreecommitdiff
path: root/res/drawable/comic_tile.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 20:37:25 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 20:37:25 +0400
commitbc10c74406c0e8a16c40dbfcd30a138d441dd859 (patch)
tree97b5d14dae214c7012c22ed04bdbac7ca2585704 /res/drawable/comic_tile.xml
parentb654ce6cf83c8e81b7c6bacab02442661a751e26 (diff)
initial, after reimport to android studio
Diffstat (limited to 'res/drawable/comic_tile.xml')
-rw-r--r--res/drawable/comic_tile.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/res/drawable/comic_tile.xml b/res/drawable/comic_tile.xml
deleted file mode 100644
index 428e246..0000000
--- a/res/drawable/comic_tile.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#33b5e5" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
- <!-- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#e0e0e0" />
- <corners android:radius="2dp"/>
- </shape>
- </item> -->
-
- <item
- android:bottom="2dp">
- <shape android:shape="rectangle" >
- <solid android:color="#ffffff" />
- <corners android:radius="2dp"/>
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file