summaryrefslogtreecommitdiff
path: root/android/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'android/res/layout')
-rw-r--r--android/res/layout/main.xml5
-rw-r--r--android/res/layout/picker_entry.xml6
2 files changed, 3 insertions, 8 deletions
diff --git a/android/res/layout/main.xml b/android/res/layout/main.xml
index 0da95fc5..6ae2638d 100644
--- a/android/res/layout/main.xml
+++ b/android/res/layout/main.xml
@@ -2,7 +2,4 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
-</LinearLayout>
-
+ android:layout_height="fill_parent" />
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>