mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-15 00:05:58 +01:00
9 lines
309 B
XML
9 lines
309 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="AndorsTrail_Style_RadioButton" parent="android:style/Widget.CompoundButton.RadioButton">
|
|
<item name="android:button">?attr/ui_theme_radiobutton_drawable</item>
|
|
<item name="android:paddingStart">10dp</item>
|
|
</style>
|
|
</resources>
|