【问题标题】:Why the App ICON and the name doesn't align center in Android?为什么 App ICON 和名称在 Android 中不对齐中心?
【发布时间】:2014-12-19 03:06:38
【问题描述】:

为什么App ICONnameAndroid 中的中心不对齐?

string.xml

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
    <string name="app_name">LTTT</string>
</resources>

AndroidManifest.xml.xml

<application
        android:name="aaa.bbb.ccc.lll"
        android:icon="@drawable/app_icon"
        android:label="@string/app_name"

但ICON和名称如下图:

第一个字母前面好像有一个空格。 为什么App ICONnameAndroid 中的中心不对齐?

提前致谢。

【问题讨论】:

    标签: android xml icons


    【解决方案1】:

    我认为您的应用程序图标并不完美,它从右侧占据了透明空间。我已经检查过了,它看起来很完美。

    【讨论】:

      猜你喜欢
      • 2012-02-04
      • 1970-01-01
      • 2016-03-21
      • 1970-01-01
      • 1970-01-01
      • 2013-11-23
      • 2013-11-27
      • 1970-01-01
      相关资源
      最近更新 更多