Number format preference
This commit is contained in:
8
app/src/main/res/values/attrs_dsb.xml
Normal file
8
app/src/main/res/values/attrs_dsb.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="DiscreteSeekBar">
|
||||
<attr name="values" format="reference"/>
|
||||
<attr name="labelsSize" format="dimension|reference"/>
|
||||
<attr name="labelsColor" format="color|reference"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
@@ -319,6 +319,11 @@
|
||||
<item name="android:visibility">gone</item>
|
||||
</style>
|
||||
|
||||
<style name="CppLabel" parent="TextAppearance.AppCompat.Caption">
|
||||
<item name="android:paddingLeft">4dp</item>
|
||||
<item name="android:paddingRight">4dp</item>
|
||||
</style>
|
||||
|
||||
<dimen name="list_item_text_size">16sp</dimen>
|
||||
<dimen name="list_item_text_size_small">14sp</dimen>
|
||||
</resources>
|
@@ -34,6 +34,5 @@
|
||||
<item>13</item>
|
||||
<item>14</item>
|
||||
<item>15</item>
|
||||
<item>16</item>
|
||||
</string-array>
|
||||
</resources>
|
@@ -124,4 +124,7 @@
|
||||
<string name="cpp_angles">Angles</string>
|
||||
<string name="cpp_radix">Radix</string>
|
||||
<string name="cpp_numeral_system">Numeral system</string>
|
||||
<string name="cpp_number_format_simple">Simple</string>
|
||||
<string name="cpp_number_format_eng">Engineering</string>
|
||||
<string name="cpp_number_format_sci">Scientific</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user