Messaging: Fix indicated issues in layouts

Follow AS recommendations

Change-Id: I7a5241651ccd3fd5ea5efce44db848e3bc3a1c12
This commit is contained in:
Michael W
2024-12-26 15:54:37 +01:00
parent bd46716d1a
commit 2a09fa3cb9
10 changed files with 19 additions and 14 deletions
+3 -1
View File
@@ -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.
@@ -87,7 +88,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:orientation="horizontal"
android:baselineAligned="false">
<!-- Contains compose message bubble and character counter for SMS or attachments size
for MMS which should be left aligned -->