Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This Source Code Form is subject to the terms of the Mozilla Public
~ License, v. 2.0. If a copy of the MPL was not distributed with this
-->
<resources>
<declare-styleable name="ReaderViewControlsBar">
<attr name="readerViewControlsBackgroundColor" format="reference|color" />
<attr name="readerViewControlsSelectedColor" format="reference|color" />
<attr name="readerViewControlsTextColor" format="reference|color" />
</declare-styleable>
<style name="RadioButtonSelectedTextStyle" parent="@android:style/Widget.CompoundButton">
<item name="android:textColor">@drawable/radiobutton_selected_text_selector</item>
<item name="android:button">@null</item>
<item name="android:padding">16dp</item>
</style>
<style name="RadioButtonSelectedBorderStyle" parent="@android:style/Widget.CompoundButton">
<item name="android:button">@null</item>
<item name="android:padding">16dp</item>
<item name="android:textStyle">bold</item>
</style>
</resources>