Android Studio项目模板全面解析(41)

"@mipmap/ic_launcher"

 

// app桌面logo。不设置的话是Android系统自带的图标(不同Android版本长得不同)。



        android:label=

"@string/app_name"

 

// App名。不设置的话, 默认为启动的Activity的全类名



        android:roundIcon=

"@mipmap/ic_launcher_round"

 

// Android O 新特性, 原型图标



        android:supportsRtl=

"true"



        android:theme=

"@style/AppTheme"

>

        <activity android:name=

".MainActivity"

>

            <intent-filter>