Initial Comit
This commit is contained in:
BIN
DPMCharge/Objects/res/drawable/icon.png
Normal file
BIN
DPMCharge/Objects/res/drawable/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
6
DPMCharge/Objects/res/values-v14/theme.xml
Normal file
6
DPMCharge/Objects/res/values-v14/theme.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style
|
||||
name="DarkTheme" parent="@android:style/Theme.Holo">
|
||||
</style>
|
||||
</resources>
|
||||
10
DPMCharge/Objects/res/values-v20/theme.xml
Normal file
10
DPMCharge/Objects/res/values-v20/theme.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style
|
||||
name="DarkTheme" parent="@android:style/Theme.Material">
|
||||
<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>
|
||||
8
DPMCharge/Objects/res/xml/network_security_config.xml
Normal file
8
DPMCharge/Objects/res/xml/network_security_config.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<base-config cleartextTrafficPermitted="true">
|
||||
<trust-anchors>
|
||||
<certificates src="system" />
|
||||
</trust-anchors>
|
||||
</base-config>
|
||||
</network-security-config>
|
||||
Reference in New Issue
Block a user