aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_edit_account.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-07-08 19:43:41 +0200
committerChristian S <christian@pix-art.de>2015-07-08 19:43:41 +0200
commite80942b9c052c1a79ed9c8542466fc3303f7bd5e (patch)
tree7d77007fb3db1cf1466455340a4027a5538817a2 /src/main/res/layout/activity_edit_account.xml
parent03e6bff7b2c3b7cf851e1522d68238b92e954900 (diff)
parentfa3aab929a57ae08ce73470ae5b29b1032b3dbed (diff)
resize avatars
Diffstat (limited to 'src/main/res/layout/activity_edit_account.xml')
-rw-r--r--src/main/res/layout/activity_edit_account.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml
index b893f89cb..9c4b0e764 100644
--- a/src/main/res/layout/activity_edit_account.xml
+++ b/src/main/res/layout/activity_edit_account.xml
@@ -28,18 +28,21 @@
android:orientation="vertical"
android:padding="@dimen/infocard_padding">
<ImageView android:id="@+id/avater"
- android:layout_width="72dp"
- android:layout_height="72dp"
- android:layout_alignParentTop="true"
- android:layout_marginRight="16dp"
+ android:layout_width="200dp"
+ android:layout_height="200dp"
android:contentDescription="@string/account_image_description"
android:background="@drawable/message_border"
- android:padding="1dp" />
+ android:padding="1dp"
+ android:layout_alignParentTop="true"
+ android:layout_centerHorizontal="true" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:layout_toRightOf="@+id/avater">
+ android:layout_below="@+id/avater"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
+ android:layout_marginTop="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"