Messaging: Remove compatibility for old android versions
Change-Id: Id9065d60525a509271a0e64c0e349e857cb998e2
This commit is contained in:
@@ -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.
|
||||
@@ -22,7 +23,7 @@
|
||||
<style name="ComposeMessageViewAttachMediaButtonStyle">
|
||||
<item name="android:paddingStart">@dimen/compose_message_attachment_padding_sides</item>
|
||||
<item name="android:paddingEnd">@dimen/compose_message_attachment_padding_sides</item>
|
||||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
|
||||
</style>
|
||||
|
||||
<style name="ConversationComposeSendText">
|
||||
|
||||
Reference in New Issue
Block a user