summaryrefslogtreecommitdiff
path: root/TwoPanelSettingsLib/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'TwoPanelSettingsLib/res/values/styles.xml')
-rw-r--r--TwoPanelSettingsLib/res/values/styles.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/TwoPanelSettingsLib/res/values/styles.xml b/TwoPanelSettingsLib/res/values/styles.xml
index e3a89f248..f17c17418 100644
--- a/TwoPanelSettingsLib/res/values/styles.xml
+++ b/TwoPanelSettingsLib/res/values/styles.xml
@@ -62,4 +62,10 @@
<item name="android:textSize">@dimen/settings_info_fragment_summary_text_size</item>
<item name="android:textColor">@color/info_title_text_color</item>
</style>
-</resources> \ No newline at end of file
+
+ <style name="EcoHintTextStyle">
+ <item name="android:fontFamily">@string/preference_list_item_secondary_text_font</item>
+ <item name="android:textSize">@dimen/settings_info_fragment_summary_text_size</item>
+ <item name="android:textColor">@color/eco_hint_color</item>
+ </style>
+</resources>