mirror of
https://github.com/KeymonSoft/ADM.git
synced 2026-04-18 19:59:28 +00:00
Commit inicial
This commit is contained in:
BIN
B4A/Objects/res/drawable/icon.jpg
Normal file
BIN
B4A/Objects/res/drawable/icon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
6
B4A/Objects/res/values-v14/theme.xml
Normal file
6
B4A/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
B4A/Objects/res/values-v20/theme.xml
Normal file
10
B4A/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>
|
||||
6
B4A/Objects/res/xml/provider_paths
Normal file
6
B4A/Objects/res/xml/provider_paths
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<external-files-path name="name" path="" />
|
||||
<files-path name="name" path="" />
|
||||
<files-path name="name" path="shared" />
|
||||
</paths>
|
||||
Reference in New Issue
Block a user