Kaydet (Commit) ab0bbe53 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Just use default colours until proven they don't work;)

After 5adefb21 the "computer" names on the
main ("Choose a Computer") dialog (which probably isn't the right term) were
invisible for me on my Android 4.1 device at least. Very light grey on white,
or something like that. Let's try with default colours and then if that
doesn't work *slowly* modify the colours one item by one.

Change-Id: I9ae2ee8232cfa85eee4aba0fbcf69b8c245a1ad6
üst 47f6db64
......@@ -14,67 +14,15 @@
<color name="thumbnail_border">#B4B4B4</color>
<color name="thumbnail_border_selected">#EE4400</color>
<style name="Theme.ImpressRemote.ActionBar.Title" parent="android:style/Widget.Holo.Light.ActionBar">
<item name="android:textColor">@color/white</item>
<item name="android:textSize">18dp</item>
</style>
<style name="Theme.ImpressRemote.ActionBar" parent="Widget.Sherlock.Light.ActionBar.Solid.Inverse">
<item name="android:background">@color/orange</item>
<item name="background">@color/orange</item>
<item name="android:titleTextStyle">@style/Theme.ImpressRemote.ActionBar.Title</item>
<item name="titleTextStyle">@style/Theme.ImpressRemote.ActionBar.Title</item>
<item name="backgroundSplit">@color/text_grey</item>
<item name="android:backgroundSplit">@color/text_grey</item>
</style>
<style name="Theme.ImpressRemote.ActionBarWidget" parent="android:style/Widget.Holo.Light">
<item name="android:background">@color/orange</item>
<item name="android:textColor">@color/white</item>
<item name="android:textSize">22dp</item>
</style>
<style name="Theme.ImpressRemote.ActionBarMenu" parent="android:style/Widget.Holo.Light.ListPopupWindow">
<item name="android:background">@color/grey</item>
<!-- <item name="android:popupBackground">@color/black</item> -->
</style>
<style name="Theme.ImpressRemote.ActionBarMenuItem" parent="Widget.Sherlock.Light.Spinner.DropDown.ActionBar">
<item name="android:background">@color/grey</item>
<item name="android:textColor">@color/white</item>
<item name="android:textSize">16dp</item>
</style>
<style name="Theme.ImpressRemote.Dialog" parent="@android:style/Theme.Dialog">
<item name="android:windowBackground">@color/light_grey</item>
<item name="android:fullDark">@color/light_grey</item>
<item name="android:topDark">@color/light_grey</item>
<item name="android:centerDark">@color/light_grey</item>
<item name="android:bottomDark">@color/light_grey</item>
<item name="android:fullBright">@color/light_grey</item>
<item name="android:centerBright">@color/light_grey</item>
<item name="android:bottomBright">@color/light_grey</item>
<item name="android:bottomMedium">@color/light_grey</item>
<item name="android:centerMedium">@color/light_grey</item>
<item name="android:textColor">@color/grey</item>
</style>
<style name="Theme.ImpressRemote.Dialog.Title" parent="@android:style/Theme.Dialog">
<item name="android:textColor">@color/grey</item>
</style>
<style name="Theme.ImpressRemote" parent="Theme.Sherlock.Light.DarkActionBar">
<item name="android:actionBarStyle">@style/Theme.ImpressRemote.ActionBar</item>
<item name="actionBarStyle">@style/Theme.ImpressRemote.ActionBar</item>
<item name="android:popupMenuStyle">@style/Theme.ImpressRemote.ActionBarMenu</item>
<item name="android:dropDownListViewStyle">@style/Theme.ImpressRemote.ActionBarMenuItem</item>
<item name="android:textAppearanceLargePopupMenu">@style/Theme.ImpressRemote.ActionBarMenuItem</item> <!-- <item name="android:actionBarWidgetTheme">@style/Theme.ImpressRemote.ActionBarWidget</item> -->
<item name="android:actionDropDownStyle">@style/Theme.ImpressRemote.ActionBarMenu</item>
<item name="android:windowBackground">@color/light_grey</item>
<item name="android:textAppearanceLargePopupMenu">@style/Theme.ImpressRemote.ActionBarMenuItem</item>
<item name="android:homeAsUpIndicator">@drawable/up_indicator_white</item>
<item name="android:textColor">@color/light_grey</item>
<item name="android:alertDialogStyle">@style/Theme.ImpressRemote.Dialog</item>
</style>
</resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment