Add importantForAccessibility="no" for dividers

This commit is contained in:
Jonathan Caryl 2017-08-12 22:09:49 +01:00
parent 3eef430226
commit a13231c8b3
4 changed files with 10 additions and 0 deletions

View File

@ -51,6 +51,7 @@
android:layout_below="@+id/event_description"
android:layout_marginBottom="@dimen/normal_margin"
android:layout_marginTop="@dimen/activity_margin"
android:importantForAccessibility="no"
android:background="@color/darker_divider"/>
<ImageView
@ -146,6 +147,7 @@
android:layout_below="@+id/event_end_date"
android:layout_marginBottom="@dimen/medium_margin"
android:layout_marginTop="@dimen/medium_margin"
android:importantForAccessibility="no"
android:background="@color/darker_divider"/>
<ImageView
@ -212,6 +214,7 @@
android:layout_below="@+id/event_reminder_3"
android:layout_marginBottom="@dimen/medium_margin"
android:layout_marginTop="@dimen/medium_margin"
android:importantForAccessibility="no"
android:background="@color/darker_divider"/>
<ImageView
@ -319,6 +322,7 @@
android:layout_below="@+id/event_repetition_limit_holder"
android:layout_marginBottom="@dimen/medium_margin"
android:layout_marginTop="@dimen/medium_margin"
android:importantForAccessibility="no"
android:background="@color/darker_divider"/>
<ImageView

View File

@ -23,6 +23,7 @@
android:id="@+id/week_view_hours_divider"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:importantForAccessibility="no"
android:layout_alignRight="@+id/week_view_hours_scrollview"
android:background="@drawable/stroke_bottom_right"/>

View File

@ -256,6 +256,7 @@
<ImageView
android:id="@+id/weekly_view_divider"
android:importantForAccessibility="no"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/divider_strong"/>
@ -346,6 +347,7 @@
android:id="@+id/monthly_view_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:importantForAccessibility="no"
android:background="@color/divider_strong"/>
<com.simplemobiletools.commons.views.MyTextView
@ -385,6 +387,7 @@
android:id="@+id/events_list_view_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:importantForAccessibility="no"
android:background="@color/divider_strong"/>
<com.simplemobiletools.commons.views.MyTextView
@ -438,6 +441,7 @@
android:id="@+id/widgets_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:importantForAccessibility="no"
android:background="@color/divider_strong"/>
<com.simplemobiletools.commons.views.MyTextView

View File

@ -65,6 +65,7 @@
<ImageView
android:id="@+id/export_events_divider"
android:importantForAccessibility="no"
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_marginBottom="@dimen/medium_margin"