aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Epstein <depstein@google.com>2021-01-26 18:26:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-26 18:26:55 +0000
commit18aa35912ef2c73df1f67ed3fa10f1f1fd22d7d8 (patch)
treea8a5c62b0cfe2d217531fd07aaa2afd118f07ab0
parent1787540c9028f16f74ad232df0ae2290702cf1ec (diff)
parentb8d049676c688f40828632026dc4e055fbd3fff3 (diff)
downloadtests-18aa35912ef2c73df1f67ed3fa10f1f1fd22d7d8.tar.gz
Test wrap-around in the Rotary Playground app am: b8d049676c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/tests/+/13385919 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I81a0dc1738f75d23dfbfb6eb6bc0fae21c936c4b
-rw-r--r--RotaryPlayground/res/layout/custom_focus_areas_fragment.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/RotaryPlayground/res/layout/custom_focus_areas_fragment.xml b/RotaryPlayground/res/layout/custom_focus_areas_fragment.xml
index ea6a0b0..2750aab 100644
--- a/RotaryPlayground/res/layout/custom_focus_areas_fragment.xml
+++ b/RotaryPlayground/res/layout/custom_focus_areas_fragment.xml
@@ -34,7 +34,12 @@
android:layout_margin="@dimen/margin"
android:gravity="center"
android:orientation="vertical"
- android:background="@color/card_background_color">
+ android:background="@color/card_background_color"
+ app:wrapAround="true">
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Wrap-around enabled"/>
<Button
android:layout_width="wrap_content"
android:layout_height="@dimen/button_height"
@@ -47,7 +52,6 @@
android:focusedByDefault="true"
android:text="android:focusedByDefault"/>
<Button
- android:id="@+id/default_focus1"
android:layout_width="wrap_content"
android:layout_height="@dimen/button_height"
android:paddingHorizontal="@dimen/padding"