fix jumping profile layout
closes sk22#656
This commit is contained in:
@@ -56,8 +56,8 @@
|
|||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/avatar_border"
|
android:id="@+id/avatar_border"
|
||||||
android:layout_width="104dp"
|
android:layout_width="108dp"
|
||||||
android:layout_height="104dp"
|
android:layout_height="108dp"
|
||||||
android:layout_below="@id/cover"
|
android:layout_below="@id/cover"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
@@ -67,8 +67,8 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/avatar"
|
android:id="@+id/avatar"
|
||||||
android:layout_width="96dp"
|
android:layout_width="100dp"
|
||||||
android:layout_height="96dp"
|
android:layout_height="100dp"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:contentDescription="@string/profile_picture"
|
android:contentDescription="@string/profile_picture"
|
||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
|
|||||||
Reference in New Issue
Block a user