Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86d9e86d authored by linyuh's avatar linyuh Committed by Eric Erfanian
Browse files

Better a11y for the bottom sheet.

Bug: 70989658
Test: Manual
PiperOrigin-RevId: 197983797
Change-Id: Iee1e658a7a652f53413dec01db68109c3b75dc6e
parent e70ef90d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
    android:paddingEnd="8dp"
    android:gravity="center_vertical"
    android:orientation="horizontal"
    android:background="#FFFFFF">
    android:background="#FFFFFF"
    android:focusable="true">

  <com.android.dialer.widget.ContactPhotoView
      android:id="@+id/contact_photo_view"
+2 −0
Original line number Diff line number Diff line
@@ -22,12 +22,14 @@
    android:layout_height="wrap_content"
    android:background="?android:attr/selectableItemBackground">

  <!-- The icon is not important for a11y as it is not clickable. -->
  <ImageView
      android:id="@+id/module_image"
      android:layout_width="@dimen/contact_actions_image_size"
      android:layout_height="@dimen/contact_actions_image_size"
      android:layout_marginStart="@dimen/contact_actions_image_margin"
      android:layout_marginEnd="@dimen/contact_actions_image_margin"
      android:importantForAccessibility="no"
      android:scaleType="center"/>

  <TextView