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

Commit aaa459b7 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

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

parents 42818d9f ee9712e7
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"