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

Commit 3a8d8db6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Force data usage bottom label to be LTR." into oc-dev

parents 214a8bda 6a305c03
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>