Merge "RTL support for Lollipop Land." into lmp-mr1-dev
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user