X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_list_content.xml;h=19b77e5d06ebcc7fad873c82bc9fda66cbf11b4e;hb=d9cb51bbeadd5a98ff1c4abe71a1d53288c20289;hp=c1b1087e1f6e20ec2f5b6c762f913bb7bfaf5833;hpb=09e26d2279484b4dfe0de218b05f075362fff4b5;p=mobile-ledger.git diff --git a/app/src/main/res/layout/profile_list_content.xml b/app/src/main/res/layout/profile_list_content.xml index c1b1087e..19b77e5d 100644 --- a/app/src/main/res/layout/profile_list_content.xml +++ b/app/src/main/res/layout/profile_list_content.xml @@ -20,71 +20,84 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/profile_list_item" + android:animateLayoutChanges="true" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="@dimen/thumb_row_height" android:layout_gravity="center_horizontal" android:foregroundGravity="center_vertical"> - + app:layout_constraintTop_toTopOf="parent"> + + + + + - - - + + + + + + + + + + + + + + \ No newline at end of file