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

Commit a796215c 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

Change-Id: Ie8e37f05211172eb710ff737eebb3aba530a34d2
parents 2253109f 3a8d8db6
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>