From 71b7e5af9c95d42428336ec41deb64f8e74f5520 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 21 Feb 2012 15:49:00 +0100 Subject: Add new Android button icons and tweak the layouts. --- android/src/com/artifex/mupdf/MuPDFActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/src') diff --git a/android/src/com/artifex/mupdf/MuPDFActivity.java b/android/src/com/artifex/mupdf/MuPDFActivity.java index 69cfa271..50e3a9ea 100644 --- a/android/src/com/artifex/mupdf/MuPDFActivity.java +++ b/android/src/com/artifex/mupdf/MuPDFActivity.java @@ -51,7 +51,7 @@ public class MuPDFActivity extends Activity private SeekBar mPageSlider; private TextView mPageNumberView; private ImageButton mSearchButton; - private Button mCancelButton; + private ImageButton mCancelButton; private ImageButton mOutlineButton; private ViewSwitcher mTopBarSwitcher; private boolean mTopBarIsSearch; @@ -462,7 +462,7 @@ public class MuPDFActivity extends Activity mPageSlider = (SeekBar)mButtonsView.findViewById(R.id.pageSlider); mPageNumberView = (TextView)mButtonsView.findViewById(R.id.pageNumber); mSearchButton = (ImageButton)mButtonsView.findViewById(R.id.searchButton); - mCancelButton = (Button)mButtonsView.findViewById(R.id.cancel); + mCancelButton = (ImageButton)mButtonsView.findViewById(R.id.cancel); mOutlineButton = (ImageButton)mButtonsView.findViewById(R.id.outlineButton); mTopBarSwitcher = (ViewSwitcher)mButtonsView.findViewById(R.id.switcher); mSearchBack = (ImageButton)mButtonsView.findViewById(R.id.searchBack); -- cgit v1.2.3