Loading res/layout/customization_option_entry_pack_theme.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> res/values/strings.xml +0 −3 Original line number Diff line number Diff line Loading @@ -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> Loading src/com/android/wallpaper/customization/ui/binder/ThemePickerSuggestedEntryBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) }, Loading Loading
res/layout/customization_option_entry_pack_theme.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>
res/values/strings.xml +0 −3 Original line number Diff line number Diff line Loading @@ -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> Loading
src/com/android/wallpaper/customization/ui/binder/ThemePickerSuggestedEntryBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) }, Loading