Fixed colors on pre-lollipop and tweaked sizes.

This commit is contained in:
Synced Synapse 2015-01-18 15:06:01 +00:00
parent 6a9c7200ce
commit 085c60d049
2 changed files with 5 additions and 2 deletions

View File

@ -61,7 +61,7 @@
<dimen name="navigation_drawer_item_hosts_height">168dp</dimen>
<dimen name="remote_poster_width">88dp</dimen>
<dimen name="remote_poster_height">130dp</dimen>
<dimen name="remote_poster_height">140dp</dimen>
<dimen name="now_playing_poster_width">112dp</dimen>
<dimen name="now_playing_poster_height">160dp</dimen>

View File

@ -20,7 +20,7 @@
<style name="NightTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:colorBackground">@color/dark_background</item>
<!--<item name="android:windowBackground">@color/color_background</item>-->
<item name="android:windowBackground">@color/dark_background</item>
<!--<item name="android:windowActionBarOverlay">true</item>-->
<!-- Set AppCompats color theming attrs -->
@ -134,6 +134,7 @@
<style name="DayTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:colorBackground">@color/light_background</item>
<item name="android:windowBackground">@color/light_background</item>
<!-- Set AppCompats color theming attrs -->
<item name="colorPrimary">@color/deep_orange_500</item>
@ -236,6 +237,7 @@
<!-- Blue Grey theme. -->
<style name="MistTheme" parent="NightTheme">
<item name="android:colorBackground">@color/blue_grey_background</item>
<item name="android:windowBackground">@color/blue_grey_background</item>
<!-- Set AppCompats color theming attrs -->
<!--<item name="colorPrimary">@color/light_blue_700</item>-->
@ -257,6 +259,7 @@
<!-- Solarized Light theme. -->
<style name="SolarizedLightTheme" parent="DayTheme">
<item name="android:colorBackground">@color/solarized_base2</item>
<item name="android:windowBackground">@color/solarized_base2</item>
<!-- Set AppCompats color theming attrs -->
<item name="colorPrimary">@color/solarized_orange</item>