The <application>
tag for the Android Manifest contains a logo attribute which I have never seen before. What is the difference between your application's icon and its logo? Is it used purely for market?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
Source: Android: How to change the ActionBar "Home" Icon to be something other than the app icon?
Source: http://developer.android.com/guide/topics/ui/actionbar.html#Style
Source: http://developer.android.com/sdk/android-3.0.html#api
It appears that:
android:logo
is available in API Level 10, but not API Level 8android:logo
withoutandroid:icon
does not set the application icon in the app drawerMy hunch is that "logo" refers to a company logo instead of an application icon.