2012-01-10 15:48:19 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2012-02-11 20:17:39 +00:00
|
|
|
|
|
|
|
<style name="treeViewListStyle" parent="@android:attr/listViewStyle">
|
2012-01-10 15:48:19 +00:00
|
|
|
<item name="android:background">@android:color/white</item>
|
|
|
|
<item name="android:divider">@drawable/divider</item>
|
|
|
|
</style>
|
2012-02-11 20:17:39 +00:00
|
|
|
|
|
|
|
<style name="labelTextStyle" parent="@android:style/TextAppearance.Medium" />
|
|
|
|
|
|
|
|
<style name="valueTextStyle" parent="@android:style/TextAppearance.Large" />
|
|
|
|
|
|
|
|
<style name="AppTheme.NoTitleBar" parent="@style/AppTheme">
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|