aboutsummaryrefslogtreecommitdiffstats
path: root/tests/res/layout/cgeo_tests_activity.xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-01-10 08:41:22 +0100
committerBananeweizen <bananeweizen@gmx.de>2015-01-10 08:41:22 +0100
commit1c43f74aace3096d32d474aacfb590a8f14fedf9 (patch)
tree7e0ee27d44f0ed496baa2e0295e6e4a6699015aa /tests/res/layout/cgeo_tests_activity.xml
parentb36fd0cef27042ee662f228a7efcd982473a6679 (diff)
downloadcgeo-1c43f74aace3096d32d474aacfb590a8f14fedf9.zip
cgeo-1c43f74aace3096d32d474aacfb590a8f14fedf9.tar.gz
cgeo-1c43f74aace3096d32d474aacfb590a8f14fedf9.tar.bz2
fix some lint warnings and Findbugs in test project
Diffstat (limited to 'tests/res/layout/cgeo_tests_activity.xml')
-rw-r--r--tests/res/layout/cgeo_tests_activity.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/res/layout/cgeo_tests_activity.xml b/tests/res/layout/cgeo_tests_activity.xml
index 43225ac..d035210 100644
--- a/tests/res/layout/cgeo_tests_activity.xml
+++ b/tests/res/layout/cgeo_tests_activity.xml
@@ -13,6 +13,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
@@ -27,6 +28,7 @@
android:layout_height="fill_parent"
android:layout_above="@+id/buttonRun"
android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
android:layout_below="@+id/headline" >
<TextView
@@ -43,6 +45,7 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="false"
+ android:layout_alignParentStart="false"
android:onClick="runTests"
android:text="@string/run_tests" />