| commit | 2d644176d81c43d718771e3f3962679873cf0559 | [log] [tgz] |
|---|---|---|
| author | Harshad Dhabu <hdhabu@google.com> | Mon May 24 17:50:02 2021 +0000 |
| committer | Harshad Dhabu <hdhabu@google.com> | Mon May 24 17:51:51 2021 +0000 |
| tree | 3b0ab860a296aa94b794635765831222d00dca71 | |
| parent | 6be95480cd2161b37e35396475bf9f8b3b22dc46 [diff] |
Increase list size for CTS Verifier -> Device Owner Requesting Bugreport for layout-watch Bug: 187371894 Change-Id: I02aae980950b1fd68091c126e254e7b46baeb383 Merged-In: I453fbaec1f1b3d446e803613a27734dfb12daf50 Test: Manually inspect that all the tests are visible after previous test has been marked with some result
diff --git a/apps/CtsVerifier/res/layout-watch/requesting_bugreport_device_owner.xml b/apps/CtsVerifier/res/layout-watch/requesting_bugreport_device_owner.xml index 8aebbe6..ae7111a 100644 --- a/apps/CtsVerifier/res/layout-watch/requesting_bugreport_device_owner.xml +++ b/apps/CtsVerifier/res/layout-watch/requesting_bugreport_device_owner.xml
@@ -39,7 +39,7 @@ <ListView android:id="@+id/android:list" android:layout_width="match_parent" - android:layout_height="500dp"/> + android:layout_height="560dp"/> <include layout="@layout/pass_fail_buttons"/> </LinearLayout>