Adding contentDescription to ViewPager in font/display size settings.
Bug: 27326035 Change-Id: I416c05f2fc7c9238a61b8d512f09cb834f8ec537
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:background="?android:attr/colorBackgroundFloating" />
|
||||
android:background="?android:attr/colorBackgroundFloating"
|
||||
android:contentDescription="@string/preview_pager_content_description" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user