tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

attrs.xml (1158B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3  ~ This Source Code Form is subject to the terms of the Mozilla Public
      4  ~  License, v. 2.0. If a copy of the MPL was not distributed with this
      5  ~  file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6  -->
      7 
      8 <resources>
      9    <declare-styleable name="ReaderViewControlsBar">
     10        <attr name="readerViewControlsBackgroundColor" format="reference|color" />
     11        <attr name="readerViewControlsSelectedColor" format="reference|color" />
     12        <attr name="readerViewControlsTextColor" format="reference|color" />
     13    </declare-styleable>
     14 
     15    <style name="RadioButtonSelectedTextStyle" parent="@android:style/Widget.CompoundButton">
     16        <item name="android:textColor">@drawable/radiobutton_selected_text_selector</item>
     17        <item name="android:button">@null</item>
     18        <item name="android:padding">16dp</item>
     19    </style>
     20 
     21    <style name="RadioButtonSelectedBorderStyle" parent="@android:style/Widget.CompoundButton">
     22        <item name="android:button">@null</item>
     23        <item name="android:padding">16dp</item>
     24        <item name="android:textStyle">bold</item>
     25    </style>
     26 </resources>