summaryrefslogtreecommitdiff
path: root/android/res/layout/picker_entry.xml
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-11-26 22:05:03 +0100
committerRobin Watts <robin.watts@artifex.com>2012-11-27 12:29:01 +0000
commit08fa32c5cc5bb1a2ea1468a3bfc81c49d4704593 (patch)
treef0d29d041feb008c36236c23a917df3dce620bdf /android/res/layout/picker_entry.xml
parent6ac8dc958a8f63158a075e42268a647f5828a9bb (diff)
downloadmupdf-08fa32c5cc5bb1a2ea1468a3bfc81c49d4704593.tar.xz
android: Use fullscreen activities for page and outline views.
Diffstat (limited to 'android/res/layout/picker_entry.xml')
-rw-r--r--android/res/layout/picker_entry.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/android/res/layout/picker_entry.xml b/android/res/layout/picker_entry.xml
index 050bbbfd..2424630b 100644
--- a/android/res/layout/picker_entry.xml
+++ b/android/res/layout/picker_entry.xml
@@ -3,7 +3,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
- android:textSize="20dp" >
-
-
-</TextView> \ No newline at end of file
+ android:textAppearance="?android:attr/textAppearanceMedium" >
+</TextView>