Redmi Note 5 pro:在最近的应用程序屏幕中没有更多应用程序图标视图?
Redmi Note 5 pro: No more app icon view in recent app screen?
小米红米 Note 5 Pro 不显示应用程序图标最近的应用程序。看图片,我希望得到类似 Skype 图标的结果。
查看此图片以及不同的我的应用程序图标和 Skype 应用程序图标。
将您的清单应用程序标签与以下标签相匹配。
<application
android:allowBackup="true"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:replace="android:appComponentFactory">
//other code
</application>
应用程序图标也使用 png。
小米红米 Note 5 Pro 不显示应用程序图标最近的应用程序。看图片,我希望得到类似 Skype 图标的结果。
查看此图片以及不同的我的应用程序图标和 Skype 应用程序图标。
将您的清单应用程序标签与以下标签相匹配。
<application
android:allowBackup="true"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:replace="android:appComponentFactory">
//other code
</application>
应用程序图标也使用 png。