android: remove currently unused or invalid resources

This commit is contained in:
Velaron
2025-08-03 19:01:56 +05:00
committed by a1batross
parent f1251e8767
commit a767540a2b
18 changed files with 34 additions and 528 deletions
+3 -10
View File
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="App.Theme.SteamButton" parent="@style/Widget.Material3.Button">
<item name="android:background">@drawable/steam_button_gradient</item>
<item name="backgroundTint">@null</item>
<item name="android:textColor">#FFFFFF</item>
</style>
<style name="ShapeAppearance.App.MediumComponent" parent="ShapeAppearance.Material3.MediumComponent">
<item name="cornerSize">4dp</item>
</style>
<style name="ShapeAppearance.App.MediumComponent" parent="ShapeAppearance.Material3.MediumComponent">
<item name="cornerSize">4dp</item>
</style>
</resources>