From de4252f86c560c809b360762cf37307a76c2dfff Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Thu, 4 Dec 2025 22:28:49 +0100 Subject: [PATCH] [android] Remove transparent background on textview Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/item_category_description.xml | 1 - .../app/src/main/res/layout/place_page_description_layout.xml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/android/app/src/main/res/layout/item_category_description.xml b/android/app/src/main/res/layout/item_category_description.xml index d9526be20..48282dc9e 100644 --- a/android/app/src/main/res/layout/item_category_description.xml +++ b/android/app/src/main/res/layout/item_category_description.xml @@ -25,7 +25,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="start|bottom" - android:background="@android:color/transparent" android:clickable="true" android:gravity="start|top" android:text="@string/category_desc_more" diff --git a/android/app/src/main/res/layout/place_page_description_layout.xml b/android/app/src/main/res/layout/place_page_description_layout.xml index 3f3a98887..278f576b0 100644 --- a/android/app/src/main/res/layout/place_page_description_layout.xml +++ b/android/app/src/main/res/layout/place_page_description_layout.xml @@ -34,8 +34,7 @@ android:textAppearance="?android:attr/textAppearance" android:gravity="start|top" android:textColor="?attr/colorSecondary" - android:text="@string/category_desc_more" - android:background="@android:color/transparent"/> + android:text="@string/category_desc_more" />