Remove useless png and add vector drawable
Bug: 139336138 Test: visual Change-Id: I5ccf4855b63f47b138a1662317d0c4ba8ce8984c
Before Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 412 B |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 527 B |
Before Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 647 B |
Before Width: | Height: | Size: 710 B |
Before Width: | Height: | Size: 734 B |
Before Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 718 B |
Before Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 931 B |
27
res/drawable/ic_sim_alert.xml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
<!--
|
||||||
|
Copyright (C) 2019 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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="24"
|
||||||
|
android:viewportHeight="24">
|
||||||
|
<path
|
||||||
|
android:pathData="m4.8578,21.8264c-0.2247,-0.137 -0.5206,-0.4329 -0.6575,-0.6575 -0.2399,-0.3935 -0.2491,-0.6433 -0.2495,-6.7995l-0.0005,-6.391 2.9757,-2.9776 2.9757,-2.9776 4.3876,0.0005c4.1571,0.0004 4.4091,0.0135 4.7961,0.2495 0.2247,0.137 0.5206,0.4329 0.6575,0.6575 0.2422,0.3972 0.2491,0.6479 0.2491,9.1192 0,8.4712 -0.007,8.7219 -0.2491,9.1191 -0.137,0.2247 -0.4329,0.5206 -0.6575,0.6575 -0.3942,0.2403 -0.6436,0.2491 -7.1138,0.2491 -6.4703,0 -6.7197,-0.009 -7.1138,-0.2491zM12.9743,16.0604v-1.0027h-1.0027,-1.0027v1.0027,1.0027h1.0027,1.0027zM12.9743,10.5457L12.9743,8.039h-1.0027,-1.0027v2.5067,2.5067h1.0027,1.0027z"
|
||||||
|
android:strokeWidth="0.12533334"
|
||||||
|
android:fillColor="#ffffff"/>
|
||||||
|
</vector>
|
||||||
|
|
@@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Copyright (C) 2008 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.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<level-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:maxLevel="0" android:drawable="@drawable/ic_network_signal_0" />
|
|
||||||
<item android:maxLevel="1" android:drawable="@drawable/ic_network_signal_1" />
|
|
||||||
<item android:maxLevel="2" android:drawable="@drawable/ic_network_signal_2" />
|
|
||||||
<item android:maxLevel="3" android:drawable="@drawable/ic_network_signal_3" />
|
|
||||||
<item android:maxLevel="4" android:drawable="@drawable/ic_network_signal_4" />
|
|
||||||
</level-list>
|
|
||||||
|
|
@@ -202,7 +202,7 @@ public class SimSelectNotification extends BroadcastReceiver {
|
|||||||
|
|
||||||
Notification.Builder builder =
|
Notification.Builder builder =
|
||||||
new Notification.Builder(context, SIM_SELECT_NOTIFICATION_CHANNEL)
|
new Notification.Builder(context, SIM_SELECT_NOTIFICATION_CHANNEL)
|
||||||
.setSmallIcon(R.drawable.ic_sim_card_alert_white_48dp)
|
.setSmallIcon(R.drawable.ic_sim_alert)
|
||||||
.setColor(context.getColor(R.color.sim_noitification))
|
.setColor(context.getColor(R.color.sim_noitification))
|
||||||
.setContentTitle(resources.getText(R.string.sim_notification_title))
|
.setContentTitle(resources.getText(R.string.sim_notification_title))
|
||||||
.setContentText(resources.getText(R.string.sim_notification_summary))
|
.setContentText(resources.getText(R.string.sim_notification_summary))
|
||||||
@@ -282,7 +282,7 @@ public class SimSelectNotification extends BroadcastReceiver {
|
|||||||
|
|
||||||
Notification.Builder builder =
|
Notification.Builder builder =
|
||||||
new Notification.Builder(context, SIM_WARNING_NOTIFICATION_CHANNEL)
|
new Notification.Builder(context, SIM_WARNING_NOTIFICATION_CHANNEL)
|
||||||
.setSmallIcon(R.drawable.ic_sim_card_alert_white_48dp)
|
.setSmallIcon(R.drawable.ic_sim_alert)
|
||||||
.setColor(context.getColor(R.color.sim_noitification))
|
.setColor(context.getColor(R.color.sim_noitification))
|
||||||
.setContentTitle(resources.getText(
|
.setContentTitle(resources.getText(
|
||||||
R.string.sim_combination_warning_notification_title))
|
R.string.sim_combination_warning_notification_title))
|
||||||
|