summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-30 15:25:39 +0300
committerAndrew Dolgov <[email protected]>2017-05-30 15:25:39 +0300
commitec89ccb11208159abd78ab05049c7498a999cdf3 (patch)
tree09dd4c54c7efbd3f62fc9de941cd4bbc41ea154e /org.fox.ttrss/src/main/res/drawable
parentb79b3f06114f3c847c55e0b3424009025ec8605b (diff)
transparent widget: add border
Diffstat (limited to 'org.fox.ttrss/src/main/res/drawable')
-rw-r--r--org.fox.ttrss/src/main/res/drawable/widget_border.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/drawable/widget_border.xml b/org.fox.ttrss/src/main/res/drawable/widget_border.xml
new file mode 100644
index 00000000..c51cd83c
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/drawable/widget_border.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
+ <corners android:radius="0dp"/>
+ <padding android:left="1dp" android:right="1dp" android:top="1dp" android:bottom="1dp"/>
+ <stroke android:width="1dp" android:color="#6482af"/>
+</shape> \ No newline at end of file