summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/mastodon/drawable/green_border.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawables/mastodon/drawable/green_border.xml')
-rw-r--r--app/src/main/res/drawables/mastodon/drawable/green_border.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/drawables/mastodon/drawable/green_border.xml b/app/src/main/res/drawables/mastodon/drawable/green_border.xml
new file mode 100644
index 000000000..7cd9ec943
--- /dev/null
+++ b/app/src/main/res/drawables/mastodon/drawable/green_border.xml
@@ -0,0 +1,13 @@
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <solid android:color="@android:color/transparent" />
+ <stroke
+ android:width="1dip"
+ android:color="@color/verified_text" />
+ <corners android:radius="2dp" />
+ <padding
+ android:bottom="1dip"
+ android:left="4dip"
+ android:right="4dip"
+ android:top="1dip" />
+</shape> \ No newline at end of file