X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fprofile_list_content.xml;h=f76c40c00d0b41457c51d57d2756999a87a35d0e;hp=c1b1087e1f6e20ec2f5b6c762f913bb7bfaf5833;hb=ce38fc6f725c37b0789f6ad620aa9e66c6cf1158;hpb=09e26d2279484b4dfe0de218b05f075362fff4b5 diff --git a/app/src/main/res/layout/profile_list_content.xml b/app/src/main/res/layout/profile_list_content.xml index c1b1087e..f76c40c0 100644 --- a/app/src/main/res/layout/profile_list_content.xml +++ b/app/src/main/res/layout/profile_list_content.xml @@ -20,15 +20,20 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/profile_list_item" + android:alpha="0.50" + 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" + android:visibility="invisible"/> - + app:layout_constraintTop_toTopOf="parent" /> - + + + + + + + + + + + + + + \ No newline at end of file