Updated the application name
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="Speedo" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
||||
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="Gasflow" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
||||
<component name="FacetManager">
|
||||
<facet type="android-gradle" name="Android-Gradle">
|
||||
<configuration>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<resources>
|
||||
<string name="app_name">Speedo</string>
|
||||
<string name="app_name">Gasflow</string>
|
||||
<string name="wireless">Wireless network connectivity</string>
|
||||
<string name="cellular">Cellular network connectivity</string>
|
||||
<string name="enable_disable">Shows or hides the notification icon</string>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:key="enabled"
|
||||
android:summary="@string/enable_disable"
|
||||
android:title="@string/enable_switch"/>
|
||||
@ -11,7 +11,7 @@
|
||||
android:summary="@string/lockscreen_summary"
|
||||
android:title="@string/lockscreen_title"/>
|
||||
<com.mridang.colorpicker.ColorPreference
|
||||
android:defaultValue="@android:color/white"
|
||||
android:defaultValue="@android:color/transparent"
|
||||
android:key="color"
|
||||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
|
Reference in New Issue
Block a user