From 1c9749ee26794c4e55f528ab0323af208be1bae0 Mon Sep 17 00:00:00 2001 From: osodebailar Date: Sat, 23 Jul 2022 13:52:55 +0200 Subject: [PATCH] fix insight textcolor on white theme --- insight/src/main/res/layout/bluetooth_device.xml | 1 - insight/src/main/res/layout/local_insight_status_item.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/insight/src/main/res/layout/bluetooth_device.xml b/insight/src/main/res/layout/bluetooth_device.xml index 9287922b46..1e6f3e7121 100644 --- a/insight/src/main/res/layout/bluetooth_device.xml +++ b/insight/src/main/res/layout/bluetooth_device.xml @@ -7,6 +7,5 @@ android:gravity="center_vertical" android:paddingStart="16dp" android:paddingEnd="0dp" - android:textColor="#FFFFFF" android:textSize="20sp" tools:text="Test" /> diff --git a/insight/src/main/res/layout/local_insight_status_item.xml b/insight/src/main/res/layout/local_insight_status_item.xml index 987d71b50e..31eb51d0a6 100644 --- a/insight/src/main/res/layout/local_insight_status_item.xml +++ b/insight/src/main/res/layout/local_insight_status_item.xml @@ -34,7 +34,6 @@ android:gravity="start" android:paddingStart="5dp" android:paddingEnd="0dp" - android:textColor="@android:color/white" android:textSize="14sp" />