Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9d25d89 authored by Evan Laird's avatar Evan Laird
Browse files

Fix RTL mobile data type indicators

Data type indicators were drawing too big for their containers and
causing the data type overlays not to obey RTL. Also tweaked some sizes
to fix RTL.

Change-Id: I1aee7397976e77d2b834b163bf7fa7cf2a008968
Fixes: 62538496
Test: visual (RTL mode)
parent c65071d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -14,9 +14,9 @@
    limitations under the License.
    limitations under the License.
-->
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:width="12dp"
        android:height="24.0dp"
        android:height="24.0dp"
        android:viewportWidth="40.0"
        android:viewportWidth="20.0"
        android:viewportHeight="40.0"
        android:viewportHeight="40.0"
        android:tint="?android:attr/colorControlNormal">
        android:tint="?android:attr/colorControlNormal">
    <path
    <path
+2 −2
Original line number Original line Diff line number Diff line
@@ -14,9 +14,9 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
    limitations under the License.
-->
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24.0dp"
        android:width="12.0dp"
        android:height="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportWidth="12.0"
        android:viewportHeight="24.0"
        android:viewportHeight="24.0"
        android:tint="?android:attr/colorControlNormal">
        android:tint="?android:attr/colorControlNormal">
    <path
    <path
+2 −2
Original line number Original line Diff line number Diff line
@@ -14,9 +14,9 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
    limitations under the License.
-->
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:width="12dp"
        android:height="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportWidth="12.0"
        android:viewportHeight="24.0"
        android:viewportHeight="24.0"
        android:tint="?android:attr/colorControlNormal">
        android:tint="?android:attr/colorControlNormal">
    <path
    <path
+2 −2
Original line number Original line Diff line number Diff line
@@ -14,9 +14,9 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
    limitations under the License.
-->
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24.0dp"
        android:width="12.0dp"
        android:height="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportWidth="12.0"
        android:viewportHeight="24.0"
        android:viewportHeight="24.0"
        android:tint="?android:attr/colorControlNormal">
        android:tint="?android:attr/colorControlNormal">
    <path
    <path
+3 −3
Original line number Original line Diff line number Diff line
@@ -14,9 +14,9 @@
    limitations under the License.
    limitations under the License.
-->
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24.0dp"
        android:width="15.0dp"
        android:height="24.0dp"
        android:height="20.0dp"
        android:viewportWidth="24.0"
        android:viewportWidth="18.0"
        android:viewportHeight="24.0"
        android:viewportHeight="24.0"
        android:tint="?android:attr/colorControlNormal">
        android:tint="?android:attr/colorControlNormal">
    <path
    <path
Loading