aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-12-01 00:16:03 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-12-01 00:16:03 +0000
commitbea8980baed4dad5cd8bfde4a9724a82f002d067 (patch)
treec83d39b6e06a554ece845da3fb4834591c5961b0
parentb5a995790c17d5f44dc6ff975041310aacc3da00 (diff)
parentd2a33c0982a8047ebb94f9214b7b229c0f924604 (diff)
downloadtests-android-11.0.0_r32.tar.gz
Change-Id: I09ed8d40fe1b624784775be206162349b66b9742
-rw-r--r--RotaryPlayground/res/layout/rotary_scroll.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/RotaryPlayground/res/layout/rotary_scroll.xml b/RotaryPlayground/res/layout/rotary_scroll.xml
index 843a380..ed550cd 100644
--- a/RotaryPlayground/res/layout/rotary_scroll.xml
+++ b/RotaryPlayground/res/layout/rotary_scroll.xml
@@ -17,6 +17,7 @@
<com.android.car.ui.FocusArea
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -33,11 +34,10 @@
with interactive (focusable) content. -->
<com.android.car.ui.recyclerview.CarUiRecyclerView
android:id="@+id/rotary_scroll_view"
- android:contentDescription="com.android.car.ui.utils.VERTICALLY_SCROLLABLE"
android:layout_width="match_parent"
android:layout_height="0dp"
- android:layout_weight="1"/>
- <!-- TODO(b/171339427) Use app:rotaryScrollEnabled instead of contentDescription. -->
+ android:layout_weight="1"
+ app:rotaryScrollEnabled="true"/>
<EditText
android:layout_width="match_parent"