source: trunk/TagTracker/res/values-v11/themes.xml @ 10

Last change on this file since 10 was 4, checked in by remons, 13 years ago

Added custom button
Added "drawable" folder
Added Menu

File size: 836 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3     <style name="ActionBar" parent="@android:style/Widget.Holo.ActionBar" />
4    <style name="MyTheme" parent="@android:style/Theme.Holo.Light">
5        <!-- Any customizations for your app running on post-3.0 devices here -->
6        <item name="android:actionBarStyle">@style/ActionBar.Light</item>
7    </style>
8    <style name="ToggleButton" parent="@android:Widget">
9        <item name="android:background">@drawable/toggle_button</item>
10        <item name="android:textColor">#FF231f20</item>
11        <item name="android:textSize">50dp</item>
12    </style>
13    <style name="ActionBar.Light" parent="@style/ActionBar">
14        <item name="android:background">#FF03a9e7</item>
15        <item name="android:windowActionBarOverlay">true</item>
16    </style>
17</resources>
Note: See TracBrowser for help on using the repository browser.