【发布时间】:2019-06-21 00:59:20
【问题描述】:
我刚刚迁移了我的项目以使用 androidx 库。新的首选项/设置屏幕现在显示空白图标空间,如图here 所示。
我尝试了official documentation,但没有成功。如何去除首选项前的空白图标空间?
【问题讨论】:
标签: android android-xml android-preferences androidx
我刚刚迁移了我的项目以使用 androidx 库。新的首选项/设置屏幕现在显示空白图标空间,如图here 所示。
我尝试了official documentation,但没有成功。如何去除首选项前的空白图标空间?
【问题讨论】:
标签: android android-xml android-preferences androidx
您可以使用以下方法删除空图标空间:
app:iconSpaceReserved="false"
【讨论】: