From 8419d1c0650dfd066456042e156662c04dcc5fd9 Mon Sep 17 00:00:00 2001 From: Fahim Masud Choudhury Date: Wed, 11 Feb 2026 17:32:37 +0600 Subject: [PATCH] fix(ui): align install button's text capitalization and styling Install/action button in Home, Categories, Search and Updates screen now follows the capitalization rule with only first letter being capital. Styles of the button is also streamlined to a single style. --- app/src/main/res/layout/application_list_item.xml | 7 ------- .../res/layout/fragment_application_download.xml | 11 ++--------- app/src/main/res/layout/home_child_list_item.xml | 8 +------- app/src/main/res/values/themes.xml | 13 ++++++++++--- 4 files changed, 13 insertions(+), 26 deletions(-) diff --git a/app/src/main/res/layout/application_list_item.xml b/app/src/main/res/layout/application_list_item.xml index 97a97953b..5730547c9 100644 --- a/app/src/main/res/layout/application_list_item.xml +++ b/app/src/main/res/layout/application_list_item.xml @@ -131,14 +131,7 @@ + android:text="@string/install" /> - \ No newline at end of file + diff --git a/app/src/main/res/layout/home_child_list_item.xml b/app/src/main/res/layout/home_child_list_item.xml index cfb79c302..d75ac853f 100644 --- a/app/src/main/res/layout/home_child_list_item.xml +++ b/app/src/main/res/layout/home_child_list_item.xml @@ -66,14 +66,8 @@ + android:text="@string/install" /> - \ No newline at end of file + -- GitLab