Merge "Fix some issues with studio build" into sc-qpr1-dev
This commit is contained in:
5
packages/SystemUI/res/color/settingslib_state_off.xml
Normal file
5
packages/SystemUI/res/color/settingslib_state_off.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
||||||
|
<item android:color="?androidprv:attr/colorAccentSecondaryVariant"/>
|
||||||
|
</selector>
|
||||||
5
packages/SystemUI/res/color/settingslib_state_on.xml
Normal file
5
packages/SystemUI/res/color/settingslib_state_on.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
||||||
|
<item android:color="?androidprv:attr/colorAccentPrimary"/>
|
||||||
|
</selector>
|
||||||
5
packages/SystemUI/res/color/settingslib_track_off.xml
Normal file
5
packages/SystemUI/res/color/settingslib_track_off.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
||||||
|
<item android:color="?androidprv:attr/colorAccentSecondary"/>
|
||||||
|
</selector>
|
||||||
5
packages/SystemUI/res/color/settingslib_track_on.xml
Normal file
5
packages/SystemUI/res/color/settingslib_track_on.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
||||||
|
<item android:color="?androidprv:attr/colorAccentPrimaryVariant"/>
|
||||||
|
</selector>
|
||||||
@@ -284,13 +284,13 @@
|
|||||||
|
|
||||||
<!-- Internet Dialog -->
|
<!-- Internet Dialog -->
|
||||||
<!-- Material next state on color-->
|
<!-- Material next state on color-->
|
||||||
<color name="settingslib_state_on_color">?androidprv:attr/colorAccentPrimary</color>
|
<color name="settingslib_state_on_color">@color/settingslib_state_on</color>
|
||||||
<!-- Material next state off color-->
|
<!-- Material next state off color-->
|
||||||
<color name="settingslib_state_off_color">?androidprv:attr/colorAccentSecondary</color>
|
<color name="settingslib_state_off_color">@color/settingslib_state_off</color>
|
||||||
<!-- Material next track on color-->
|
<!-- Material next track on color-->
|
||||||
<color name="settingslib_track_on_color">?androidprv:attr/colorAccentPrimaryVariant</color>
|
<color name="settingslib_track_on_color">@color/settingslib_track_on</color>
|
||||||
<!-- Material next track off color-->
|
<!-- Material next track off color-->
|
||||||
<color name="settingslib_track_off_color">?androidprv:attr/colorAccentSecondaryVariant</color>
|
<color name="settingslib_track_off_color">@color/settingslib_track_off</color>
|
||||||
<color name="connected_network_primary_color">#191C18</color>
|
<color name="connected_network_primary_color">#191C18</color>
|
||||||
<color name="connected_network_secondary_color">#41493D</color>
|
<color name="connected_network_secondary_color">#41493D</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -2995,8 +2995,6 @@
|
|||||||
<!-- URL for more information about changes in global actions -->
|
<!-- URL for more information about changes in global actions -->
|
||||||
<string name="global_actions_change_url" translatable="false"></string>
|
<string name="global_actions_change_url" translatable="false"></string>
|
||||||
|
|
||||||
<!-- Provider Model: Title of the airplane mode in the internet dialog. [CHAR LIMIT=50] -->
|
|
||||||
<string name="airplane_mode">Airplane mode</string>
|
|
||||||
<!-- Provider Model: Default title of the mobile network in the mobile layout. [CHAR LIMIT=50] -->
|
<!-- Provider Model: Default title of the mobile network in the mobile layout. [CHAR LIMIT=50] -->
|
||||||
<string name="mobile_data_settings_title">Mobile data</string>
|
<string name="mobile_data_settings_title">Mobile data</string>
|
||||||
<!-- Provider Model: Summary text separator for preferences including a short description
|
<!-- Provider Model: Summary text separator for preferences including a short description
|
||||||
|
|||||||
Reference in New Issue
Block a user