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

Commit 4ca9d738 authored by Dan Sandler's avatar Dan Sandler Committed by Android (Google) Code Review
Browse files

Merge "RTL support for Lollipop Land." into lmp-mr1-dev

parents 22afe626 f5ba6bda
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -31,10 +31,10 @@
            android:textSize="32sp"
            android:textColor="#FFAAAAAA"
            android:layout_marginTop="32dp"
            android:layout_marginLeft="16dp"
            android:layout_gravity="top|left"
            android:paddingLeft="16dp"
            android:paddingRight="16dp"
            android:layout_marginStart="16dp"
            android:layout_gravity="top|start"
            android:paddingStart="16dp"
            android:paddingEnd="16dp"
            android:paddingTop="8dp"
            android:paddingBottom="8dp"
            android:background="@drawable/scorecard"
+3 −0
Original line number Diff line number Diff line
@@ -178,6 +178,9 @@ public class LLand extends FrameLayout {
        setFocusable(true);
        PARAMS = new Params(getResources());
        mTimeOfDay = irand(0, SKIES.length);

        // we assume everything will be laid out left|top
        setLayoutDirection(LAYOUT_DIRECTION_LTR);
    }

    @Override