V4.0 Universal Embedded: 32/64 bit support, Embedded WireGuard, Auto-Launch XuperTV

This commit is contained in:
Renato
2026-02-10 00:25:22 +01:00
parent 157bf7db2e
commit bba61b68d6
467 changed files with 5995 additions and 27656 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>