mirror of
https://github.com/KeymonSoft/Guna_Preventa_BAT.git
synced 2026-04-20 14:19:21 +00:00
version 6.02.10
This commit is contained in:
BIN
B4A/Objects/res/drawable/icon.png
Normal file
BIN
B4A/Objects/res/drawable/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 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>
|
||||
11
B4A/Objects/res/values/googleservices.xml
Normal file
11
B4A/Objects/res/values/googleservices.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="firebase_database_url" translatable="false" />
|
||||
<string name="gcm_defaultSenderId" translatable="false">821860097209</string>
|
||||
<string name="google_storage_bucket" translatable="false">pusher-4c091.appspot.com</string>
|
||||
<string name="project_id" translatable="false">pusher-4c091</string>
|
||||
<string name="google_app_id" translatable="false">1:821860097209:android:7b6620b2a870f23cf24f68</string>
|
||||
<string name="google_crash_reporting_api_key" translatable="false">AIzaSyDS-_5lpLX5IiKYrG-0Et-KCKx1bwlY7R0</string>
|
||||
<string name="google_api_key" translatable="false">AIzaSyDS-_5lpLX5IiKYrG-0Et-KCKx1bwlY7R0</string>
|
||||
<string name="default_web_client_id" translatable="false">821860097209-ef17t5620111ghub7l0tple62otbb56v.apps.googleusercontent.com</string>
|
||||
</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