update
This commit is contained in:
8
OneToOne/src/main/res/values/attrs.xml
Normal file
8
OneToOne/src/main/res/values/attrs.xml
Normal 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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user