From 66bf626a0a7f27b1efd00d644c70305f93a9f480 Mon Sep 17 00:00:00 2001 From: Serafim_Pankin Date: Wed, 19 Feb 2025 11:37:12 +0300 Subject: [PATCH] RecyclerView repair --- app/src/main/res/layout/fragment_profile.xml | 3 +- app/src/main/res/layout/item_profile.xml | 96 -------------------- 2 files changed, 2 insertions(+), 97 deletions(-) delete mode 100644 app/src/main/res/layout/item_profile.xml diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index 38ad55a..90b30b7 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -126,7 +126,8 @@ android:layout_height="wrap_content" android:text="@string/administrator_searc_button_search" android:padding="12dp" - android:textSize="16sp"android:layout_marginTop="10dp" + android:textSize="16sp" + android:layout_marginTop="10dp" android:textColor="@color/white" diff --git a/app/src/main/res/layout/item_profile.xml b/app/src/main/res/layout/item_profile.xml deleted file mode 100644 index 15a630a..0000000 --- a/app/src/main/res/layout/item_profile.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file