aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 00:20:38 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 13:22:42 +0200
commit2d6f14070469756aa76f0a087123c16504059510 (patch)
treefbe674fff1d40a1762e53162d625c6abc338d113 /src/main/res/drawable
parentb4be5f94d897455fa776a5d6d7018456ffb840de (diff)
use cards views in about and publish avatar activity
Diffstat (limited to 'src/main/res/drawable')
-rw-r--r--src/main/res/drawable/account_image_border.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/res/drawable/account_image_border.xml b/src/main/res/drawable/account_image_border.xml
new file mode 100644
index 000000000..990d02886
--- /dev/null
+++ b/src/main/res/drawable/account_image_border.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <corners android:radius="2dp" />
+
+ <padding
+ android:bottom="1.5dp"
+ android:left="1.5dp"
+ android:right="1.5dp"
+ android:top="1.5dp" />
+
+ <solid android:color="@color/black12" />
+
+</shape> \ No newline at end of file