From b2b24675421671662fe3b3794c2284fd34480ce2 Mon Sep 17 00:00:00 2001 From: v228a Date: Wed, 19 Feb 2025 17:28:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B8=D0=BD=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BE=D0=BA=20=D0=B2=20=D0=B3=D0=BB?= =?UTF-8?q?=D0=B0=D0=B2=D0=BD=D0=BE=D0=B9,=20=D1=86=D0=B2=D0=B5=D1=82=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81=20=D0=B1=D0=B0=D1=80=D0=B0?= =?UTF-8?q?=20=D0=B1=D0=B5=D0=BB=D1=8B=D0=B9=20=D0=B0=20=D0=B8=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D0=BA=D0=B8=20=D1=81=D0=B5=D1=80=D1=8B=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_profile.xml | 9 +++++---- app/src/main/res/values/themes.xml | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index 4572edc..cee9415 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -29,7 +29,7 @@ android:id="@+id/showState" android:layout_width="0dp" android:layout_height="0dp" - app:constraint_referenced_ids="logout,fullname,photo2,position,lastEntry,scan" /> + app:constraint_referenced_ids="fullname,photo2,position,lastEntry,scan,admin,entry_list" /> + app:layout_constraintStart_toEndOf="@+id/entry_list" + app:maxImageSize="40dp"/> + /> diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 81c0ab2..e1df5c7 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -3,7 +3,8 @@