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=0f23c761c25fb34d5657550e59ac43c303eeb382;hp=c1b1087e1f6e20ec2f5b6c762f913bb7bfaf5833;hb=59e1c221c18f8dfaf6394cdf0a29e4ba2319151d;hpb=10464f3a6cf4dffc34c1eefd137615d7f248c5a0 diff --git a/app/src/main/res/layout/profile_list_content.xml b/app/src/main/res/layout/profile_list_content.xml index c1b1087e..0f23c761 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_constraintStart_toEndOf="@id/colorTag" + app:layout_constraintEnd_toStartOf="@id/title"/> - + + + + + + + + + + + + + + \ No newline at end of file