summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/scanitem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Defogger/res/layout/scanitem.xml')
-rw-r--r--Defogger/res/layout/scanitem.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Defogger/res/layout/scanitem.xml b/Defogger/res/layout/scanitem.xml
index 3d47710..3167c3a 100644
--- a/Defogger/res/layout/scanitem.xml
+++ b/Defogger/res/layout/scanitem.xml
@@ -8,5 +8,6 @@
android:id="@+id/scanitem"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:layout_gravity="center" />
+ android:layout_gravity="center"
+ android:textSize="20sp" />
</LinearLayout>