Merge "Update the print spooler action bar icon." into klp-dev

This commit is contained in:
Svetoslav Ganov
2013-10-14 22:48:46 +00:00
committed by Android (Google) Code Review
5 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -107,7 +107,7 @@
android:layout_marginStart="36dip"
android:textAppearance="@style/PrintOptionTitleTextAppearance"
android:labelFor="@+id/range_options_spinner"
android:text="@string/label_pages">
android:text="@string/page_count_unknown">
</TextView>
<Spinner

View File

@@ -93,6 +93,7 @@ public final class SelectPrinterFragment extends ListFragment {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setHasOptionsMenu(true);
getActivity().getActionBar().setIcon(R.drawable.ic_menu_print);
}
@Override