From 331d995ed903f238ca9053f50d9bc5039da71aef Mon Sep 17 00:00:00 2001 From: v228a Date: Wed, 19 Feb 2025 10:33:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=20=D0=B3=D0=BB=D0=B0=D0=BD=D0=B2=D0=BE=D0=BC=20=D1=8D=D0=BA?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B5.=20=D0=A1=D1=82=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=84=D0=B0=D0=B1=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_profile.xml | 33 +++++++++++--------- app/src/main/res/values/FAB_Style.xml | 21 +++++++++++++ app/src/main/res/values/TextStyle.xml | 6 ++++ 3 files changed, 45 insertions(+), 15 deletions(-) create mode 100644 app/src/main/res/values/FAB_Style.xml diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index 0abc630..a94de3a 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -35,10 +35,11 @@ + app:layout_constraintStart_toStartOf="@+id/position" + app:layout_constraintTop_toBottomOf="@+id/lastEntry" /> + app:layout_constraintEnd_toEndOf="parent" /> \ No newline at end of file diff --git a/app/src/main/res/values/FAB_Style.xml b/app/src/main/res/values/FAB_Style.xml new file mode 100644 index 0000000..ed21972 --- /dev/null +++ b/app/src/main/res/values/FAB_Style.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/TextStyle.xml b/app/src/main/res/values/TextStyle.xml index 639155c..099f69a 100644 --- a/app/src/main/res/values/TextStyle.xml +++ b/app/src/main/res/values/TextStyle.xml @@ -2,32 +2,38 @@