38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2018 AICP
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<style name="SeekBarPreferenceChamValueTextAppearance" parent="@*android:style/TextAppearance.Toast" />
|
|
|
|
<!-- SeekBarPreferenceCham value popup -->
|
|
<style name="SeekBarPreferenceChamValueView">
|
|
<item name="android:textColor">?attr/value_popup_view_fg</item>
|
|
<item name="android:textAppearance">@style/SeekBarPreferenceChamValueTextAppearance</item>
|
|
<item name="android:background">@drawable/seekbar_popup_bg</item>
|
|
<item name="android:paddingHorizontal">24dp</item>
|
|
<item name="android:paddingVertical">15dp</item>
|
|
<item name="android:fitsSystemWindows">false</item>
|
|
</style>
|
|
|
|
<style name="preference_icon_frame">
|
|
<item name="android:layout_marginStart">-4dp</item>
|
|
<item name="android:minWidth">60dp</item>
|
|
</style>
|
|
|
|
</resources>
|