From 942f4a45bfe627b054356b4cbe39860611a0f76f Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Wed, 21 Feb 2024 13:14:29 -0500 Subject: [PATCH] Fix reply icon not mirroring in RTL. --- app/src/main/res/drawable/symbol_reply_24.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/drawable/symbol_reply_24.xml b/app/src/main/res/drawable/symbol_reply_24.xml index cd8ac0b55e..59d5d02871 100644 --- a/app/src/main/res/drawable/symbol_reply_24.xml +++ b/app/src/main/res/drawable/symbol_reply_24.xml @@ -2,7 +2,8 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:autoMirrored="true">