This commit is contained in:
2023-10-13 18:29:38 +08:00
parent abeb92ab51
commit 427d10158b
31 changed files with 1887 additions and 63 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="FlexBoxRadioGroup">
<!-- The id of the child radio button that should be checked by default
within this radio group. -->
<attr name="uiCheckedButton" format="integer" />
</declare-styleable>
</resources>

View File

@@ -24,4 +24,7 @@
<style name="TransparentTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowIsTranslucent">true</item>
</style>
<style name="HomeSearchRadio" parent="@android:style/Widget.CompoundButton.CheckBox">
<item name="android:button">@drawable/bg_home_search_btn</item>
</style>
</resources>