Loading res/layout/homepage_preference.xml +2 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,8 @@ <androidx.preference.internal.PreferenceImageView android:id="@android:id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_width="24dp" android:layout_height="24dp" app:maxWidth="48dp" app:maxHeight="48dp"/> Loading src/com/android/settings/dashboard/DashboardFeatureProviderImpl.java +2 −4 Original line number Diff line number Diff line Loading @@ -382,10 +382,8 @@ public class DashboardFeatureProviderImpl implements DashboardFeatureProvider { // Icon provided by the content provider overrides any static icon. if (tile.getMetaData() != null && tile.getMetaData().containsKey(META_DATA_PREFERENCE_ICON_URI)) { // Set a transparent color before starting to fetch the real icon, this is necessary // to avoid preference padding change. setPreferenceIcon(preference, tile, forceRoundedIcon, mContext.getPackageName(), Icon.createWithResource(mContext, android.R.color.transparent)); // Reserve the icon space to avoid preference padding change. preference.setIconSpaceReserved(true); ThreadUtils.postOnBackgroundThread(() -> { final Intent intent = tile.getIntent(); Loading Loading
res/layout/homepage_preference.xml +2 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,8 @@ <androidx.preference.internal.PreferenceImageView android:id="@android:id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_width="24dp" android:layout_height="24dp" app:maxWidth="48dp" app:maxHeight="48dp"/> Loading
src/com/android/settings/dashboard/DashboardFeatureProviderImpl.java +2 −4 Original line number Diff line number Diff line Loading @@ -382,10 +382,8 @@ public class DashboardFeatureProviderImpl implements DashboardFeatureProvider { // Icon provided by the content provider overrides any static icon. if (tile.getMetaData() != null && tile.getMetaData().containsKey(META_DATA_PREFERENCE_ICON_URI)) { // Set a transparent color before starting to fetch the real icon, this is necessary // to avoid preference padding change. setPreferenceIcon(preference, tile, forceRoundedIcon, mContext.getPackageName(), Icon.createWithResource(mContext, android.R.color.transparent)); // Reserve the icon space to avoid preference padding change. preference.setIconSpaceReserved(true); ThreadUtils.postOnBackgroundThread(() -> { final Intent intent = tile.getIntent(); Loading