diff options
Diffstat (limited to 'packages/PrintSpooler/res/layout/select_printer_activity.xml')
-rw-r--r-- | packages/PrintSpooler/res/layout/select_printer_activity.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/PrintSpooler/res/layout/select_printer_activity.xml b/packages/PrintSpooler/res/layout/select_printer_activity.xml index 2792dcf..6fc77df 100644 --- a/packages/PrintSpooler/res/layout/select_printer_activity.xml +++ b/packages/PrintSpooler/res/layout/select_printer_activity.xml @@ -48,6 +48,7 @@ </ImageView> <TextView + android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" @@ -56,6 +57,7 @@ </TextView> <ProgressBar + android:id="@+id/progress_bar" android:layout_width="fill_parent" android:layout_height="wrap_content" android:indeterminate="true" |