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

Commit baa5bccb authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "Update print chooser drop down width." into lmp-dev

parents aa6a67a3 e04dcca5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

        <Spinner
            android:id="@+id/destination_spinner"
            android:layout_width="wrap_content"
            android:layout_width="@dimen/preview_destination_spinner_width"
            android:layout_height="wrap_content"
            android:layout_marginTop="4dip"
            android:dropDownWidth="wrap_content"
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@
<resources>

    <integer name="print_option_column_count">6</integer>

    <integer name="preview_page_per_row_count">4</integer>

    <dimen name="preview_destination_spinner_width">256dip</dimen>

</resources>
+2 −0
Original line number Diff line number Diff line
@@ -45,4 +45,6 @@
    <dimen name="preview_page_footer_height">32dip</dimen>
    <dimen name="preview_page_min_width">128dip</dimen>

    <dimen name="preview_destination_spinner_width">192dip</dimen>

</resources>