From 3ed1bc84d7c79c5fe5a4710f0e17b38f5a8889bc Mon Sep 17 00:00:00 2001 From: Terebov_Maksim Date: Thu, 20 Feb 2025 16:49:59 +0300 Subject: [PATCH] day3_commit2_vse_slomalos231231 --- app/src/main/res/layout/fragment_main.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml index bf6dee8..e1b8516 100644 --- a/app/src/main/res/layout/fragment_main.xml +++ b/app/src/main/res/layout/fragment_main.xml @@ -1,6 +1,7 @@ - @@ -33,6 +34,10 @@ android:id="@+id/refresh" android:layout_width="match_parent" android:layout_height="wrap_content" + android:backgroundTint="@color/colorPrimary" + android:textColor="@android:color/white" + android:padding="12dp" + app:cornerRadius="16dp" android:text="@string/refresh" /> @@ -59,6 +68,10 @@ android:id="@+id/adminPanelButton" android:layout_width="match_parent" android:layout_height="wrap_content" + android:backgroundTint="@color/colorPrimary" + android:textColor="@android:color/white" + android:padding="12dp" + app:cornerRadius="16dp" android:text="Admin Panel" android:visibility="gone" />