summaryrefslogtreecommitdiff
path: root/library/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/main/res/values/styles.xml')
-rw-r--r--library/main/res/values/styles.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/library/main/res/values/styles.xml b/library/main/res/values/styles.xml
index fa2a080..34a917f 100644
--- a/library/main/res/values/styles.xml
+++ b/library/main/res/values/styles.xml
@@ -58,6 +58,12 @@
<item name="android:activityCloseExitAnimation">@anim/suw_slide_back_out</item>
</style>
+ <!-- DayNight themes -->
+ <style name="SuwThemeMaterial.DayNight" parent="SuwThemeMaterial.Light" />
+ <style name="SuwThemeGlif.DayNight" parent="SuwThemeGlif.Light" />
+ <style name="SuwThemeGlifV2.DayNight" parent="SuwThemeGlifV2.Light" />
+ <style name="SuwThemeGlifV3.DayNight" parent="SuwThemeGlifV3.Light" />
+
<!-- Content styles -->
<!-- Ignore UnusedResources: Used by clients -->
@@ -166,7 +172,7 @@
<!-- Before Honeycomb, layout_gravity is needed for FrameLayout to apply the margins -->
<item name="android:layout_gravity">top</item>
<item name="android:ellipsize">end</item>
- <item name="android:maxLines">2</item>
+ <item name="android:maxLines">3</item>
<item name="android:textSize">@dimen/suw_header_title_size</item>
</style>
@@ -204,11 +210,6 @@
<item name="android:textAllCaps" tools:targetApi="ice_cream_sandwich">false</item>
</style>
- <!-- Ignore UnusedResources: used by clients -->
- <style name="SuwGlifButton.Tertiary"
- parent="SuwGlifButton.BaseTertiary"
- tools:ignore="UnusedResources" />
-
<!-- The start and end paddings are asymmetric because start buttons are borderless buttons
which aligns the text label. -->
<style name="SuwGlifButtonBar">