Added a border to separate the button bar from the content area.

This commit is contained in:
akwizgran
2013-03-05 15:31:10 +00:00
parent c83b1b74e5
commit 050f2094cf
7 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ButtonBarBorder">#CCCCCC</color>
</resources>

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LightTheme" parent="android:Theme.Light" />
<style name="LightThemeNoActionBar" parent="android:Theme.Light" />
</resources>