aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Epstein <depstein@google.com>2021-01-26 18:42:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-26 18:42:11 +0000
commit3d8d9d74393b8afd78f1aa6f5406aa868a799dbf (patch)
treefe188abcce56c8e2fc5272966dc3fec69f6b2e82
parenta3833228e25e137dabc5cdc0b5d5ea7b2c9600ae (diff)
parent18aa35912ef2c73df1f67ed3fa10f1f1fd22d7d8 (diff)
downloadtests-3d8d9d74393b8afd78f1aa6f5406aa868a799dbf.tar.gz
Test wrap-around in the Rotary Playground app am: b8d049676c am: 18aa35912e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/tests/+/13385919 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I25899a453bedb07c8b5d3843de5fddd5bbf9b51a
-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"