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

Commit 6a121671 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Force data usage bottom label to be LTR." into oc-dev am: 3a8d8db6

am: a796215c

Change-Id: Icb843731ba6f7a9da19dd441366762927b9a7e22
parents d1d8fe0e a796215c
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -76,6 +76,12 @@
            android:id="@+id/bottom_label_space"
            android:layout_width="@dimen/usage_graph_labels_width"
            android:layout_height="wrap_content"/>
        <LinearLayout
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:orientation="horizontal"
            android:layoutDirection="ltr">
            <include android:id="@+id/label_start"
                     layout="@layout/usage_side_label" />

@@ -86,7 +92,7 @@

            <include android:id="@+id/label_end"
                     layout="@layout/usage_side_label" />

        </LinearLayout>
    </LinearLayout>

</LinearLayout>