aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/account_row.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-07-04 16:28:55 +0200
committerChristian S <christian@pix-art.de>2015-07-04 16:28:55 +0200
commitb9a549371f23fb0e27641bafd7ebfd1d9c4e94cc (patch)
tree2b47f355f1a030ea0c6527848776d92b4a36c568 /src/main/res/layout/account_row.xml
parent2352f114acdf7ab6b37e44e212bb72e5ded5bc68 (diff)
small avatar modifications
Diffstat (limited to 'src/main/res/layout/account_row.xml')
-rw-r--r--src/main/res/layout/account_row.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml
index 0e73dd643..d39d5e8f4 100644
--- a/src/main/res/layout/account_row.xml
+++ b/src/main/res/layout/account_row.xml
@@ -13,7 +13,9 @@
android:layout_height="48dp"
android:layout_alignParentLeft="true"
android:src="@drawable/ic_profile"
- android:contentDescription="@string/account_image_description">
+ android:contentDescription="@string/account_image_description"
+ android:background="@drawable/message_border"
+ android:padding="1dp">
</ImageView>
<LinearLayout