aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_publish_profile_picture.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/activity_publish_profile_picture.xml')
-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