summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-01 22:39:33 +0300
committerAndrew Dolgov <[email protected]>2015-06-01 22:39:33 +0300
commitac5e981cbc40191538276289a581892c8dc72e9d (patch)
tree553f7dbb58c9aa725196f2c4fed422928d65a8b8 /org.fox.ttrss/src/main/res/drawable
parent7ffcd894df07465d98b32098c8147def2faf531a (diff)
add a placeholder account icon to drawer
Diffstat (limited to 'org.fox.ttrss/src/main/res/drawable')
-rw-r--r--org.fox.ttrss/src/main/res/drawable/circle_bg.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/drawable/circle_bg.xml b/org.fox.ttrss/src/main/res/drawable/circle_bg.xml
new file mode 100644
index 00000000..404de097
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/drawable/circle_bg.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval">
+
+ <solid
+ android:color="@android:color/white"/>
+
+ <size
+ android:width="48dp"
+ android:height="48dp"/>
+</shape> \ No newline at end of file