Added dynamic themes for slecting holo were avaiable
fixed the button bars in the map fragment, and parking timer to use android's button bar styles Change-Id: I63e1d2a07f6d13964616f23cc3772dd99437bbee Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
10
FindMyCarLib/res/values-v11/theme.xml
Normal file
10
FindMyCarLib/res/values-v11/theme.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- Any customizations for your app running on devices with Theme.Holo here -->
|
||||
|
||||
<style name="MyTheme" parent="@android:style/Theme.Holo.Light.NoActionBar"></style>
|
||||
|
||||
<style name="MyDialogTheme" parent="@android:style/Theme.Holo.Dialog"></style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user