am 1b7bff11: Merge "Fix battery usage screen issues" into mnc-dev
* commit '1b7bff11af6eba5e16dc4ef37dd18d4360c0e03f': Fix battery usage screen issues
|
Before Width: | Height: | Size: 523 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 523 B |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 419 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 419 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 582 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 582 B |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 758 B |
|
Before Width: | Height: | Size: 932 B After Width: | Height: | Size: 932 B |
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/ic_settings_bluetooth2_alpha"
|
||||
android:tint="?android:attr/colorAccent" />
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/ic_settings_wifi_alpha"
|
||||
android:tint="?android:attr/colorAccent" />
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
android:id="@+id/bluetooth_settings"
|
||||
android:title="@string/bluetooth_settings_title"
|
||||
android:fragment="com.android.settings.bluetooth.BluetoothSettings"
|
||||
android:icon="@drawable/ic_settings_bluetooth2"
|
||||
android:icon="@drawable/ic_settings_bluetooth"
|
||||
/>
|
||||
|
||||
<!-- SIM Cards -->
|
||||
|
||||