mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 05:29:54 +01:00
Don't mirror check icon in RTL
The check icon for selection in the contact listwas inverted.
Now correct orientation (✅) is used in LTR and RTL.
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
71a7e483ab
commit
7852fc9e30
@ -18,7 +18,7 @@
|
||||
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<vector android:autoMirrored="true" android:height="24dp"
|
||||
<vector android:autoMirrored="false" android:height="24dp"
|
||||
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF000000" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z"/>
|
||||
|
Loading…
Reference in New Issue
Block a user