Fixed margin edit profile view

pull/41/head
Michael Schättgen 7 years ago
parent 0ad39ab673
commit a00bcfe2cb

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

Loading…
Cancel
Save