Merge "Fix voice access issue on home page"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d55718eeca
@@ -32,6 +32,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:animateLayoutChanges="true"
|
||||
android:importantForAccessibility="no"
|
||||
style="@style/SliceViewStyle"/>
|
||||
|
||||
<!--dismissal view-->
|
||||
|
@@ -25,6 +25,7 @@
|
||||
android:id="@+id/main_content_scrollable_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:importantForAccessibility="no"
|
||||
app:layout_behavior="com.android.settings.widget.FloatingAppBarScrollingViewBehavior">
|
||||
|
||||
<LinearLayout
|
||||
|
Reference in New Issue
Block a user