diff options
author | Raphael Pohl <eiszfuchs@eiszblu.me> | 2015-07-19 14:26:03 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-07-20 16:02:17 +0200 |
commit | e6cb12dfe414497b4317820497985c110cb81864 (patch) | |
tree | 65605439fef6305bcb48dcf0b62ecf7eaebde707 /src/main/res/layout/activity_publish_profile_picture.xml | |
parent | 504ef0b72ebd951e3f3f493435fb96713a2b4efe (diff) |
changed message bubble appearance
Diffstat (limited to 'src/main/res/layout/activity_publish_profile_picture.xml')
-rw-r--r-- | src/main/res/layout/activity_publish_profile_picture.xml | 2 |
1 files changed, 1 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 4b249745..3b249a66 100644 --- a/src/main/res/layout/activity_publish_profile_picture.xml +++ b/src/main/res/layout/activity_publish_profile_picture.xml @@ -12,7 +12,7 @@ android:layout_centerHorizontal="true" android:layout_marginBottom="8dp" android:layout_marginTop="24dp" - android:background="@drawable/message_border" > + android:background="@drawable/account_image_border" > <ImageView android:id="@+id/account_image" |