summaryrefslogtreecommitdiff
path: root/android/sdremote/res/values/styles.xml
blob: 683114fa721d16284183631105af1e2ef566db43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <color name="orange">#EE4400</color>
    <color name="grey">#303030</color>
    <color name="white">#FFFFFF</color>
    <color name="black">#000000</color>
    <color name="light_grey">#E8E9E8</color>
    <color name="medium_grey">#C1C2C1</color>
    <color name="text_grey">#5E5F5F</color>

    <integer name="thumbnail_border_width">3</integer>

    <color name="thumbnail_border">#B4B4B4</color>
    <color name="thumbnail_border_selected">#EE4400</color>

    <style name="Theme.ImpressRemote.ActionBarMenuItem" parent="Widget.Sherlock.Light.Spinner.DropDown.ActionBar">
        <item name="android:textSize">16dp</item>
    </style>

    <style name="Theme.ImpressRemote" parent="Theme.Sherlock.Light.DarkActionBar">
        <item name="android:dropDownListViewStyle">@style/Theme.ImpressRemote.ActionBarMenuItem</item>
        <item name="android:textAppearanceLargePopupMenu">@style/Theme.ImpressRemote.ActionBarMenuItem</item>
        <item name="android:homeAsUpIndicator">@drawable/up_indicator_white</item>
        <item name="android:alertDialogStyle">@style/Theme.ImpressRemote.Dialog</item>
    </style>

</resources>