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

Commit 8e561bd0 authored by bobyang's avatar bobyang
Browse files

Fix talkback issue for the entry option.

Flag: com.android.wallpaper.enable_pack_theme_entry
Bug: 439758155
Test: manually
Change-Id: I9b12162308771e3ef017610c1dca7246a95da012
parent 94aab86d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@drawable/ic_pack_theme_24px"
            android:contentDescription="@string/pack_theme_preview_card_content_description"
            android:contentDescription="@null"
            android:layout_centerInParent="true"/>
    </RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
+0 −3
Original line number Diff line number Diff line
@@ -183,9 +183,6 @@
    <!-- Content description of grid preview card. [CHAR_LIMIT=30]-->
    <string name="grid_preview_card_content_description">Grid preview</string>

    <!-- Content description of theme preview card. [CHAR_LIMIT=30]-->
    <string name="pack_theme_preview_card_content_description">Content Description</string>

    <!-- Content description of font preview. [CHAR_LIMIT=30]-->
    <string name="font_preview_content_description">Font preview</string>

+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ class ThemePickerSuggestedEntryBinder @Inject constructor() : PackThemeSuggested
        )
        ColorUpdateBinder.bind(
            setColor = { color ->
                DrawableCompat.setTint(DrawableCompat.wrap(view.cancelButton.background), color)
                DrawableCompat.setTint(DrawableCompat.wrap(view.cancelButton.drawable), color)
                DrawableCompat.setTint(DrawableCompat.wrap(view.icon.background), color)
                view.suggestedChipText.setTextColor(color)
            },