From e6a8bdd23d6f5cb46ac650285829573280edcdf6 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期一, 15 七月 2019 16:51:11 +0800 Subject: [PATCH] a --- app/src/main/res/values/styles.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 6b9f95f..796ab4f 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -10,6 +10,17 @@ <!-- 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> -- Gitblit v1.8.0