Messaging: Use xml drawables

Replace the pngs with xml drawables

Change-Id: I71be32c36194d3b34b54287a09789f73087600ef
This commit is contained in:
Michael W
2024-12-26 14:55:12 +01:00
parent 4ecf5bc70a
commit d869533f6f
357 changed files with 604 additions and 101 deletions
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
Copyright (C) 2024 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -16,7 +17,8 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:appcompat="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" >
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/share_message_menu"
@@ -57,7 +59,9 @@
appcompat:showAsAction="collapseActionView|always"/>
<item
android:id="@+id/action_delete_message"
android:icon="@drawable/ic_delete_small_light"
android:icon="@drawable/ic_delete_small_dark"
android:title="@string/action_delete_message"
android:iconTint="@android:color/white"
app:iconTint="@android:color/white"
appcompat:showAsAction="collapseActionView|always"/>
</menu>