| | |
| | | <!-- Customize picker mode here. --> |
| | | <item name="mdtp_theme_dark">true</item> |
| | | </style> |
| | | <style name="setting_text"> |
| | | <item name="android:layout_width">wrap_content</item> |
| | | <item name="android:layout_height">wrap_content</item> |
| | | <item name="android:textColor">@color/black</item> |
| | | <item name="android:textSize">@dimen/h13</item> |
| | | </style> |
| | | <style name="setting_checkbox" parent="setting_text"> |
| | | <item name="android:layout_width">wrap_content</item> |
| | | <item name="android:layout_height">wrap_content</item> |
| | | <item name="android:button">@drawable/check_box_selector</item> |
| | | </style> |
| | | |
| | | <style name="bigButton"> |
| | | <item name="android:textColor">#ffffff</item> |