Fixed margin edit profile view

This commit is contained in:
Michael Schättgen 2018-04-04 22:15:21 +02:00
parent 0ad39ab673
commit a00bcfe2cb

View file

@ -11,15 +11,23 @@
android:descendantFocusability="beforeDescendants" android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"> android:focusableInTouchMode="true">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="250dp"
android:background="@color/colorPrimary">
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="200dp" android:layout_height="200dp"
android:paddingTop="100dp"
android:background="@color/colorPrimary"> android:background="@color/colorPrimary">
<ImageView <ImageView
android:layout_width="100dp" android:layout_width="100dp"
android:layout_height="100dp" android:layout_height="100dp"
android:id="@+id/profile_drawable" android:id="@+id/profile_drawable"
android:layout_centerInParent="true"/> android:scaleType="centerCrop"
android:layout_centerHorizontal="true"/>
</RelativeLayout>/>
</RelativeLayout> </RelativeLayout>