diff options
| -rw-r--r-- | packages/PrintSpooler/res/layout/print_activity.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/PrintSpooler/res/layout/print_activity.xml b/packages/PrintSpooler/res/layout/print_activity.xml index a2f710ded230..2db6fb06480c 100644 --- a/packages/PrintSpooler/res/layout/print_activity.xml +++ b/packages/PrintSpooler/res/layout/print_activity.xml @@ -125,8 +125,8 @@ <android.support.v7.widget.RecyclerView android:id="@+id/preview_content" - android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_width="match_parent" + android:layout_height="match_parent" android:clipToPadding="false" android:orientation="vertical"> </android.support.v7.widget.RecyclerView> |