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 -19
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.
@@ -79,14 +79,6 @@
<item name="android:paddingEnd">@dimen/compose_message_send_button_padding_right</item>
</style>
<style name="ConversationListFragmentStartNewButtonStyle">
<item name="android:layout_marginEnd">@dimen/fab_left_right_margin</item>
</style>
<style name="GalleryGridItemViewCheckBoxStyle">
<item name="android:paddingEnd">4dp</item>
</style>
<style name="BugleActionBarTitleTextStyle" parent="@style/TextAppearance.AppCompat.Widget.ActionBar.Title">
<item name="android:textColor">@color/action_bar_title_text_color</item>
<item name="android:textSize">@dimen/action_bar_text_size</item>
@@ -237,20 +229,10 @@
<item name="android:layout_toStartOf">@id/avatarFrame</item>
</style>
<style name="WidgetConversationItemIncoming">
<item name="android:layout_marginEnd">5dp</item>
<item name="android:layout_alignParentStart">true</item>
<item name="android:layout_toStartOf">@id/date</item>
</style>
<style name="WidgetConversationItemAttachment">
<item name="android:layout_gravity">bottom|end</item>
</style>
<style name="WidgetConversationAppIcon" parent="WidgetHeaderImage">
<item name="android:layout_marginStart">-20dp</item>
</style>
<style name="WidgetConversationItemAvatarOutgoing">
<item name="android:layout_marginEnd">8dp</item>
<item name="android:layout_alignParentEnd">true</item>