tt-rss-android/org.fox.ttrss/src/main/res/drawable/widget_border.xml

6 lines
327 B
XML
Raw Permalink Normal View History

2017-05-30 12:25:39 +00:00
<?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>