2010-04-06 15:54:51 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-03-09 10:27:29 -05:00
|
|
|
<!--
|
2012-04-12 13:44:00 -04:00
|
|
|
Copyright (C) 2012 Dominik Schürmann <dominik@dominikschuermann.de>
|
2012-03-09 10:27:29 -05:00
|
|
|
Copyright (C) 2010 Thialfihar <thi@thialfihar.org>
|
2010-04-06 15:54:51 -04:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
2012-03-09 10:27:29 -05:00
|
|
|
|
2012-03-11 11:33:47 -04:00
|
|
|
<style name="DashboardButton">
|
|
|
|
<item name="android:layout_gravity">center_vertical</item>
|
|
|
|
<item name="android:layout_width">wrap_content</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
|
|
<item name="android:gravity">center_horizontal</item>
|
|
|
|
<item name="android:drawablePadding">2dp</item>
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
<item name="android:textStyle">bold</item>
|
|
|
|
<item name="android:background">@android:color/transparent</item>
|
|
|
|
</style>
|
|
|
|
|
2012-04-12 13:44:00 -04:00
|
|
|
<style name="SectionHeader">
|
|
|
|
<item name="android:drawableBottom">@drawable/section_header</item>
|
|
|
|
<item name="android:drawablePadding">4dp</item>
|
|
|
|
<item name="android:layout_marginTop">8dp</item>
|
|
|
|
<item name="android:paddingLeft">4dp</item>
|
2014-01-09 09:12:41 -05:00
|
|
|
<!-- <item name="android:textAllCaps">true</item> -->
|
2012-04-12 13:44:00 -04:00
|
|
|
<item name="android:textColor">@color/emphasis</item>
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
</style>
|
|
|
|
|
2012-03-09 10:27:29 -05:00
|
|
|
</resources>
|