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

Commit cb1926af authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Size print destination to support font sizing

Fixes: 31152374
Change-Id: I1560d6d300174ec0665157fa4f2c485d64f871ad
parent 40e61941
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

<com.android.printspooler.widget.PrintContentView
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:printspooler="http://schemas.android.com/apk/res/com.android.printspooler"
    android:id="@+id/options_content"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
@@ -28,12 +27,14 @@
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:paddingStart="8dip"
        android:layout_marginEnd="16dp"
        android:elevation="@dimen/preview_controls_elevation"
        android:background="?android:attr/colorPrimary">

        <Spinner
            android:id="@+id/destination_spinner"
            android:layout_width="@dimen/preview_destination_spinner_width"
            android:layout_width="wrap_content"
            android:minWidth="@dimen/preview_destination_spinner_width"
            android:layout_height="wrap_content"
            android:layout_marginTop="4dip"
            android:dropDownWidth="wrap_content"
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="fill_parent"
      android:layout_height="?android:attr/listPreferredItemHeightSmall"
      android:layout_height="wrap_content"
      android:minHeight="?android:attr/listPreferredItemHeightSmall"
      style="?android:attr/spinnerItemStyle"
      android:orientation="horizontal"
      android:gravity="start|center_vertical">