Loading core/res/res/drawable-hdpi/ic_grayedout_printer.png 0 → 100644 +3.34 KiB Loading image diff... core/res/res/drawable-mdpi/ic_grayedout_printer.png 0 → 100644 +3.34 KiB Loading image diff... core/res/res/drawable-xhdpi/ic_grayedout_printer.png 0 → 100644 +3.34 KiB Loading image diff... core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -1043,6 +1043,7 @@ <java-symbol type="drawable" name="ic_text_dot" /> <java-symbol type="drawable" name="ic_print" /> <java-symbol type="drawable" name="ic_print_error" /> <java-symbol type="drawable" name="ic_grayedout_printer" /> <java-symbol type="drawable" name="indicator_code_lock_drag_direction_green_up" /> <java-symbol type="drawable" name="indicator_code_lock_drag_direction_red_up" /> <java-symbol type="drawable" name="indicator_code_lock_point_area_default_holo" /> Loading packages/PrintSpooler/res/layout/select_printer_activity.xml +39 −4 Original line number Diff line number Diff line Loading @@ -14,10 +14,10 @@ limitations under the License. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"> android:layout_height="fill_parent"> <fragment android:name="com.android.printspooler.SelectPrinterFragment" Loading @@ -26,4 +26,39 @@ android:layout_height="wrap_content"> </fragment> <FrameLayout android:id="@+id/empty_print_state" android:layout_width="fill_parent" android:layout_height="fill_parent" android:visibility="gone"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:orientation="vertical"> <ImageView android:id="@+id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="12dip" android:src="@*android:drawable/ic_grayedout_printer" android:contentDescription="@string/print_no_printers_found"> </ImageView> <TextView android:id="@+id/message" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="?android:attr/textColorSecondary" android:text="@string/print_no_printers_found"> </TextView> </LinearLayout> </FrameLayout> </LinearLayout> Loading
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -1043,6 +1043,7 @@ <java-symbol type="drawable" name="ic_text_dot" /> <java-symbol type="drawable" name="ic_print" /> <java-symbol type="drawable" name="ic_print_error" /> <java-symbol type="drawable" name="ic_grayedout_printer" /> <java-symbol type="drawable" name="indicator_code_lock_drag_direction_green_up" /> <java-symbol type="drawable" name="indicator_code_lock_drag_direction_red_up" /> <java-symbol type="drawable" name="indicator_code_lock_point_area_default_holo" /> Loading
packages/PrintSpooler/res/layout/select_printer_activity.xml +39 −4 Original line number Diff line number Diff line Loading @@ -14,10 +14,10 @@ limitations under the License. --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"> android:layout_height="fill_parent"> <fragment android:name="com.android.printspooler.SelectPrinterFragment" Loading @@ -26,4 +26,39 @@ android:layout_height="wrap_content"> </fragment> <FrameLayout android:id="@+id/empty_print_state" android:layout_width="fill_parent" android:layout_height="fill_parent" android:visibility="gone"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:orientation="vertical"> <ImageView android:id="@+id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="12dip" android:src="@*android:drawable/ic_grayedout_printer" android:contentDescription="@string/print_no_printers_found"> </ImageView> <TextView android:id="@+id/message" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="?android:attr/textColorSecondary" android:text="@string/print_no_printers_found"> </TextView> </LinearLayout> </FrameLayout> </LinearLayout>