|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_legend_expander"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:tooltipText="@string/title_legend_expander"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
app:srcCompat="@drawable/expander_hor" />
|
|
|
|
@ -104,6 +105,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_accounts"
|
|
|
|
|
android:tooltipText="@string/title_accessibility_accounts"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparatorOptions"
|
|
|
|
@ -134,6 +136,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_folders"
|
|
|
|
|
android:tooltipText="@string/title_accessibility_folders"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparatorAccount"
|
|
|
|
@ -164,6 +167,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_searches"
|
|
|
|
|
android:tooltipText="@string/title_accessibility_searches"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparatorUnified"
|
|
|
|
@ -194,6 +198,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_menus"
|
|
|
|
|
android:tooltipText="@string/title_accessibility_menus"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparatorSearch"
|
|
|
|
@ -224,6 +229,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_extras"
|
|
|
|
|
android:tooltipText="@string/title_accessibility_extras"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparatorMenu"
|
|
|
|
|