From 711dc8f9e23a86e113171c8d5d9dcac728fd8027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kurucz?= Date: Thu, 25 Aug 2022 09:55:02 +0000 Subject: [PATCH] Fix RTL layout for Notifications history Using ConstraintLayout Guideline is causing an issue with RTL languages. Test: check the Last 24hrs Notification history using forced RTL layout direction and different Display and Text sizes Fixes: 243029840 Change-Id: Ia0807d94da4ad5aac7c8000460388ddb6ddbe987 --- res/layout/notification_history_app_layout.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/res/layout/notification_history_app_layout.xml b/res/layout/notification_history_app_layout.xml index 7d53b4d4142..143fff8f7e5 100644 --- a/res/layout/notification_history_app_layout.xml +++ b/res/layout/notification_history_app_layout.xml @@ -35,42 +35,36 @@ android:id="@+id/icon" android:layout_width="24dp" android:layout_height="24dp" - android:layout_marginEnd="14dp" android:scaleType="centerInside" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintEnd_toStartOf="@id/text_start_guideline" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> - -