Potato Build: Java 8, ARMv7 only, MultiDexApplication explicit, AppCompat 1.2.0

This commit is contained in:
Renato
2026-02-09 23:08:06 +01:00
parent 273b917096
commit c97f5c909f
434 changed files with 4910 additions and 22410 deletions

View File

@@ -51,38 +51,6 @@
<style name="CardView" parent="Base.CardView">
<item name="cardBackgroundColor">?android:attr/colorBackgroundFloating</item>
</style>
<style name="ThemeOverlay.Material3.AutoCompleteTextView" parent="Base.ThemeOverlay.Material3.AutoCompleteTextView">
<item name="colorControlNormal">@color/m3_textfield_indicator_text_color</item>
</style>
<style name="ThemeOverlay.Material3.TextInputEditText" parent="Base.ThemeOverlay.Material3.TextInputEditText">
<item name="colorControlNormal">@color/m3_textfield_indicator_text_color</item>
</style>
<style name="Widget.Material3.ActionBar.Solid" parent="Base.Widget.Material3.ActionBar.Solid">
<item name="background">@drawable/m3_appbar_background</item>
<item name="backgroundStacked">@drawable/m3_appbar_background</item>
<item name="backgroundSplit">@drawable/m3_appbar_background</item>
</style>
<style name="Widget.Material3.ActionMode" parent="Base.Widget.Material3.ActionMode">
<item name="background">@drawable/m3_appbar_background</item>
<item name="backgroundSplit">@drawable/m3_appbar_background</item>
</style>
<style name="Widget.Material3.CompoundButton.CheckBox" parent="Base.Widget.Material3.CompoundButton.CheckBox">
<item name="android:background">@drawable/m3_selection_control_ripple</item>
</style>
<style name="Widget.Material3.CompoundButton.RadioButton" parent="Base.Widget.Material3.CompoundButton.RadioButton">
<item name="android:background">@drawable/m3_radiobutton_ripple</item>
</style>
<style name="Widget.Material3.CompoundButton.Switch" parent="Base.Widget.Material3.CompoundButton.Switch">
<item name="android:background">@drawable/m3_selection_control_ripple</item>
</style>
<style name="Widget.Material3.Light.ActionBar.Solid" parent="Base.Widget.Material3.Light.ActionBar.Solid">
<item name="background">@drawable/m3_appbar_background</item>
<item name="backgroundStacked">@drawable/m3_appbar_background</item>
<item name="backgroundSplit">@drawable/m3_appbar_background</item>
</style>
<style name="Widget.Material3.TabLayout.OnSurface" parent="Base.Widget.Material3.TabLayout.OnSurface">
<item name="android:background">@drawable/m3_tabs_transparent_background</item>
</style>
<style name="Widget.MaterialComponents.PopupMenu.ContextMenu" parent="Base.Widget.MaterialComponents.PopupMenu.ContextMenu">
<item name="android:popupBackground">?attr/popupMenuBackground</item>
<item name="android:popupElevation">8dp</item>