|
|
|
@ -24,16 +24,36 @@
|
|
|
|
|
<dimen name="color_swatch_margins_large">8dip</dimen>
|
|
|
|
|
<dimen name="color_swatch_margins_small">4dip</dimen>
|
|
|
|
|
|
|
|
|
|
<item name="circle_radius_multiplier" format="float" type="string" translatable="false">0.82</item>
|
|
|
|
|
<item name="circle_radius_multiplier_24HourMode" format="float" type="string" translatable="false">0.85</item>
|
|
|
|
|
<item name="selection_radius_multiplier" format="float" type="string" translatable="false">0.16</item>
|
|
|
|
|
<item name="ampm_circle_radius_multiplier" format="float" type="string" translatable="false">0.19</item>
|
|
|
|
|
<item name="numbers_radius_multiplier_normal" format="float" type="string" translatable="false">0.81</item>
|
|
|
|
|
<item name="numbers_radius_multiplier_inner" format="float" type="string" translatable="false">0.60</item>
|
|
|
|
|
<item name="numbers_radius_multiplier_outer" format="float" type="string" translatable="false">0.83</item>
|
|
|
|
|
<item name="text_size_multiplier_normal" format="float" type="string" translatable="false">0.17</item>
|
|
|
|
|
<item name="text_size_multiplier_inner" format="float" type="string" translatable="false">0.14</item>
|
|
|
|
|
<item name="text_size_multiplier_outer" format="float" type="string" translatable="false">0.11</item>
|
|
|
|
|
<item name="circle_radius_multiplier" format="float" translatable="false" type="string">
|
|
|
|
|
0.82
|
|
|
|
|
</item>
|
|
|
|
|
<item name="circle_radius_multiplier_24HourMode" format="float" translatable="false" type="string">
|
|
|
|
|
0.85
|
|
|
|
|
</item>
|
|
|
|
|
<item name="selection_radius_multiplier" format="float" translatable="false" type="string">
|
|
|
|
|
0.16
|
|
|
|
|
</item>
|
|
|
|
|
<item name="ampm_circle_radius_multiplier" format="float" translatable="false" type="string">
|
|
|
|
|
0.19
|
|
|
|
|
</item>
|
|
|
|
|
<item name="numbers_radius_multiplier_normal" format="float" translatable="false" type="string">
|
|
|
|
|
0.81
|
|
|
|
|
</item>
|
|
|
|
|
<item name="numbers_radius_multiplier_inner" format="float" translatable="false" type="string">
|
|
|
|
|
0.60
|
|
|
|
|
</item>
|
|
|
|
|
<item name="numbers_radius_multiplier_outer" format="float" translatable="false" type="string">
|
|
|
|
|
0.83
|
|
|
|
|
</item>
|
|
|
|
|
<item name="text_size_multiplier_normal" format="float" translatable="false" type="string">
|
|
|
|
|
0.17
|
|
|
|
|
</item>
|
|
|
|
|
<item name="text_size_multiplier_inner" format="float" translatable="false" type="string">
|
|
|
|
|
0.14
|
|
|
|
|
</item>
|
|
|
|
|
<item name="text_size_multiplier_outer" format="float" translatable="false" type="string">
|
|
|
|
|
0.11
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
<dimen name="time_label_size">60sp</dimen>
|
|
|
|
|
<dimen name="extra_time_label_margin">-30dp</dimen>
|
|
|
|
@ -64,8 +84,8 @@
|
|
|
|
|
<dimen name="year_label_height">64dp</dimen>
|
|
|
|
|
<dimen name="year_label_text_size">22dp</dimen>
|
|
|
|
|
|
|
|
|
|
<string name="color_swatch_description" translatable="false">Color <xliff:g id="color_index" example="14">%1$d</xliff:g></string>
|
|
|
|
|
<string name="color_swatch_description_selected" translatable="false">Color <xliff:g id="color_index" example="14">%1$d</xliff:g> selected</string>
|
|
|
|
|
<string name="color_swatch_description" translatable="false">Color <xliff:g example="14" id="color_index">%1$d</xliff:g></string>
|
|
|
|
|
<string name="color_swatch_description_selected" translatable="false">Color <xliff:g example="14" id="color_index">%1$d</xliff:g> selected</string>
|
|
|
|
|
|
|
|
|
|
<!-- Date and time picker -->
|
|
|
|
|
<string name="hour_picker_description" translatable="false">Hours circular slider</string>
|
|
|
|
@ -74,11 +94,56 @@
|
|
|
|
|
<string name="year_picker_description" translatable="false">Year list</string>
|
|
|
|
|
<string name="select_day" translatable="false">Select month and day</string>
|
|
|
|
|
<string name="select_year" translatable="false">Select year</string>
|
|
|
|
|
<string name="item_is_selected" translatable="false"><xliff:g id="item" example="2013">%1$s</xliff:g> selected</string>
|
|
|
|
|
<string name="deleted_key" translatable="false"><xliff:g id="key" example="4">%1$s</xliff:g> deleted</string>
|
|
|
|
|
<string name="item_is_selected" translatable="false"><xliff:g example="2013" id="item">%1$s</xliff:g> selected</string>
|
|
|
|
|
<string name="deleted_key" translatable="false"><xliff:g example="4" id="key">%1$s</xliff:g> deleted</string>
|
|
|
|
|
<string name="time_placeholder" translatable="false">--</string>
|
|
|
|
|
<string name="time_separator" translatable="false">:</string>
|
|
|
|
|
<string name="radial_numbers_typeface" translatable="false">sans-serif</string>
|
|
|
|
|
<string name="sans_serif" translatable="false">sans-serif</string>
|
|
|
|
|
<string name="day_of_week_label_typeface" translatable="false">sans-serif</string>
|
|
|
|
|
|
|
|
|
|
<!-- Time and Date picker -->
|
|
|
|
|
<color name="circle_background">#f2f2f2</color>
|
|
|
|
|
<color name="line_background">#cccccc</color>
|
|
|
|
|
<color name="ampm_text_color">#8c8c8c</color>
|
|
|
|
|
<color name="done_text_color_normal">#000000</color>
|
|
|
|
|
<color name="done_text_color_disabled">#cccccc</color>
|
|
|
|
|
<color name="numbers_text_color">#8c8c8c</color>
|
|
|
|
|
<color name="transparent">#00000000</color>
|
|
|
|
|
<color name="transparent_black">#7f000000</color>
|
|
|
|
|
<color name="blue">#33b5e5</color>
|
|
|
|
|
<color name="blue_focused">#c1e8f7</color>
|
|
|
|
|
<color name="neutral_pressed">#33999999</color>
|
|
|
|
|
<color name="darker_blue">#0099cc</color>
|
|
|
|
|
<color name="date_picker_text_normal">#ff999999</color>
|
|
|
|
|
<color name="calendar_header">#999999</color>
|
|
|
|
|
<color name="date_picker_view_animator">#f2f2f2</color>
|
|
|
|
|
<color name="calendar_selected_date_text">#ffd1d2d4</color>
|
|
|
|
|
<color name="done_text_color">#888888</color>
|
|
|
|
|
<color name="done_text_color_dark">#888888</color>
|
|
|
|
|
<color name="white">#ffffff</color>
|
|
|
|
|
<color name="black">#000000</color>
|
|
|
|
|
|
|
|
|
|
<!-- Colors for red theme -->
|
|
|
|
|
<color name="red">#ff3333</color>
|
|
|
|
|
<color name="red_focused">#853333</color>
|
|
|
|
|
<color name="light_gray">#404040</color>
|
|
|
|
|
<color name="dark_gray">#363636</color>
|
|
|
|
|
<color name="line_dark">#808080</color>
|
|
|
|
|
|
|
|
|
|
<style name="time_label">
|
|
|
|
|
<item name="android:textSize">@dimen/time_label_size</item>
|
|
|
|
|
<item name="android:textColor">@color/numbers_text_color</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="ampm_label">
|
|
|
|
|
<item name="android:textSize">@dimen/ampm_label_size</item>
|
|
|
|
|
<item name="android:textAllCaps">true</item>
|
|
|
|
|
<item name="android:textColor">@color/ampm_text_color</item>
|
|
|
|
|
<item name="android:textStyle">bold</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TimePickerDialog" parent="@style/Theme.AppCompat.Light.Dialog">
|
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
|
</style>
|
|
|
|
|
</resources>
|