Messaging: Remove unused resources

Change-Id: Id3e69fae5773ac49f16b34d428218c3ce12cbe4b
This commit is contained in:
Michael W
2025-05-18 09:18:48 +00:00
parent c4bbba9441
commit f0b25f0760
95 changed files with 4 additions and 6939 deletions
+1 -12
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
Copyright (C) 2024 The LineageOS Project
Copyright (C) 2024-2025 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.
@@ -19,13 +19,9 @@
<!-- Preference keys for user-visible settings -->
<!-- Application-wide settings -->
<string name="notifications_category_pref_key" translatable="false">notifications_category</string>
<string name="mms_messaging_category_pref_key" translatable="false">mms_messaging_category</string>
<string name="advanced_category_pref_key" translatable="false">advanced_category</string>
<string name="notifications_pref_key" translatable="false">notifications_enabled</string>
<string name="notification_sound_pref_key" translatable="false">notification_sound</string>
<string name="notification_vibration_pref_key" translatable="false">notification_vibration</string>
<bool name="notification_vibration_pref_default" translatable="false">true</bool>
<string name="sms_enabled_pref_key" translatable="false">sms_enabled</string>
<string name="send_sound_pref_key" translatable="false">send_sound</string>
<bool name="send_sound_pref_default" translatable="false">true</bool>
@@ -42,13 +38,9 @@
<string name="group_mms_pref_key" translatable="false">buglesub_group_messaging</string>
<bool name="group_mms_pref_default" translatable="false">true</bool>
<string name="mms_phone_number_pref_key" translatable="false">buglesub_mms_phone_number</string>
<string name="wireless_alerts_key" translatable="false">buglesub_wireless_alerts_key</string>
<string name="apn_list_pref_key" translatable="false">buglesub_apn_list</string>
<integer name="mediapicker_transition_duration">600</integer><!-- ms -->
<integer name="compose_transition_duration">300</integer><!-- ms -->
<integer name="camera_shutter_duration">200</integer><!-- ms -->
<fraction name="camera_shutter_max_alpha">70%</fraction>
<integer name="snackbar_translation_duration_ms">300</integer>
@@ -67,9 +59,6 @@
<!-- Fab animation const -->
<integer name="fab_animation_duration_ms">300</integer>
<!-- Conversation list -> conversation animation const -->
<integer name="list_to_conversation_animation_duration_ms">300</integer>
<!-- Generic reveal view animation duration -->
<integer name="reveal_view_animation_duration">300</integer>
</resources>