Fix some icons on conversation screen

Test: manual
Fixes: 154930822
Change-Id: Ic480203f494eaccd743a7c77895596174f52539b
This commit is contained in:
Julia Reynolds
2020-04-28 15:04:39 -04:00
parent dcc79e9942
commit 1a2e7ad52f
2 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
<!--
Copyright (C) 2020 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"
android:tint="?android:attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M12,15m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"/>
<path
android:fillColor="@android:color/white"
android:pathData="M18,8h-1.5V5.5C16.5,3.01 14.49,1 12,1S7.5,3.01 7.5,5.5V8H6c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2V10C20,8.9 19.1,8 18,8zM9.5,5.5C9.5,4.12 10.62,3 12,3c1.38,0 2.5,1.12 2.5,2.5V8h-5V5.5zM18,20H6V10h1.5h9H18V20z"/>
</vector>

View File

@@ -78,14 +78,14 @@
android:key="ringtone" android:key="ringtone"
android:title="@string/notification_channel_sound_title" android:title="@string/notification_channel_sound_title"
android:dialogTitle="@string/notification_channel_sound_title" android:dialogTitle="@string/notification_channel_sound_title"
android:icon="@drawable/ic_media_stream" android:icon="@drawable/ic_notifications"
android:showSilent="true" android:showSilent="true"
android:showDefault="true"/> android:showDefault="true"/>
<!-- Visibility Override --> <!-- Visibility Override -->
<com.android.settings.RestrictedListPreference <com.android.settings.RestrictedListPreference
android:key="visibility_override" android:key="visibility_override"
android:icon="@drawable/ic_lock" android:icon="@drawable/ic_lock_closed"
android:title="@string/app_notification_visibility_override_title"/> android:title="@string/app_notification_visibility_override_title"/>
<!-- Show badge --> <!-- Show badge -->