[android] Remove useless property apply in main TextView style

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2026-01-08 12:26:38 +01:00
committed by jeanbaptisteC
parent 245646c45d
commit b7733786df

View File

@@ -168,9 +168,7 @@
<item name="android:cacheColorHint">@android:color/transparent</item>
</style>
<style name="MwmWidget.TextView" parent="Widget.MaterialComponents.TextView">
<item name="android:background">@android:color/transparent</item>
</style>
<style name="MwmWidget.TextView" parent="Widget.MaterialComponents.TextView" />
<style name="MwmWidget.TextView.Item">
<item name="android:layout_width">match_parent</item>