diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-09-15 19:38:22 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-09-15 19:38:22 +0200 |
| commit | 4477d9ad61fcd1d84c56e5708f8125443ea318f2 (patch) | |
| tree | 861a8c73164a40b3468705a138b4ec6810f4d6c3 /tests/res/layout | |
| parent | af805fed5376ed931260abf684a5fabfbd830d8a (diff) | |
| download | cgeo-4477d9ad61fcd1d84c56e5708f8125443ea318f2.zip cgeo-4477d9ad61fcd1d84c56e5708f8125443ea318f2.tar.gz cgeo-4477d9ad61fcd1d84c56e5708f8125443ea318f2.tar.bz2 | |
make test app use auto-scroll
* on special request of Samuel :)
Diffstat (limited to 'tests/res/layout')
| -rw-r--r-- | tests/res/layout/cgeo_tests_activity.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/res/layout/cgeo_tests_activity.xml b/tests/res/layout/cgeo_tests_activity.xml index ba87829..43225ac 100644 --- a/tests/res/layout/cgeo_tests_activity.xml +++ b/tests/res/layout/cgeo_tests_activity.xml @@ -21,7 +21,7 @@ android:text="@string/logcat" android:textAppearance="?android:attr/textAppearanceLarge" /> - <ScrollView + <cgeo.geocaching.test.BottomAwareScrollView android:id="@+id/scrollView" android:layout_width="match_parent" android:layout_height="fill_parent" @@ -35,7 +35,7 @@ android:layout_height="wrap_content" android:textSize="8sp" tools:ignore="SmallSp" /> - </ScrollView> + </cgeo.geocaching.test.BottomAwareScrollView> <Button android:id="@+id/buttonRun" |
