aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_publish_profile_picture.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-08-19 20:18:00 +0200
committerChristian S <christian@pix-art.de>2015-08-19 20:18:00 +0200
commit02012815661bb786a818c28097308987353bddd5 (patch)
tree8b7587adab5288287e9f0c313ee723c70d9b584a /src/main/res/layout/activity_publish_profile_picture.xml
parent64609fa37f6238f9d91e0ed3be16417d1f049f1e (diff)
some little image preview changes
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_publish_profile_picture.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_publish_profile_picture.xml b/src/main/res/layout/activity_publish_profile_picture.xml
index 8864f6d68..d7321ae13 100644
--- a/src/main/res/layout/activity_publish_profile_picture.xml
+++ b/src/main/res/layout/activity_publish_profile_picture.xml
@@ -20,7 +20,9 @@
android:layout_height="wrap_content"
android:maxHeight="384dp"
android:maxWidth="384dp"
- android:adjustViewBounds="true"/>
+ android:adjustViewBounds="true"
+ android:padding="1dp"
+ android:background="@drawable/message_border" />
</LinearLayout>
<TextView