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

Commit 39c5b53a authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Do not cut off top and bottom in landscape view." into nyc-dev

am: aaa459b7

* commit 'aaa459b7':
  Do not cut off top and bottom in landscape view.

Change-Id: Ib700c24fc4131c573a8869ee53d2674b31f758a8
parents cc485e5c aaa459b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,10 +23,10 @@ installation screens
        android:id="@+id/app_snippet"
        android:layout_width="match_parent"
        android:layout_height="?android:attr/actionBarSize"
        android:padding="16dp"
        android:orientation="horizontal">

    <ImageView android:id="@+id/app_icon"
            android:layout_marginLeft="16dp"
            android:layout_width="24dp"
            android:layout_height="24dp"
            android:layout_gravity="center_vertical"
@@ -35,6 +35,7 @@ installation screens
    <TextView android:id="@+id/app_name"
            android:layout_gravity="center_vertical"
            android:layout_marginLeft="32dp"
            android:layout_marginRight="16dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/titleTextStyle"