Initial Commit
This commit is contained in:
BIN
Objects/res/drawable/icon.png
Normal file
BIN
Objects/res/drawable/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 115 KiB |
6
Objects/res/values-v14/theme.xml
Normal file
6
Objects/res/values-v14/theme.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style
|
||||
name="LightTheme" parent="@android:style/Theme.Holo.Light">
|
||||
</style>
|
||||
</resources>
|
||||
10
Objects/res/values-v20/theme.xml
Normal file
10
Objects/res/values-v20/theme.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style
|
||||
name="LightTheme" parent="@android:style/Theme.Material.Light">
|
||||
<item name="android:actionMenuTextAppearance">@style/LowerCaseMenu</item>
|
||||
</style>
|
||||
<style name="LowerCaseMenu" parent="android:TextAppearance.Material.Widget.ActionBar.Menu">
|
||||
<item name="android:textAllCaps">false</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user