【问题标题】:How put a logo in android marcket for a application android如何在应用程序android的android市场中放置徽标
【发布时间】:2013-05-24 01:41:29
【问题描述】:

你好 在 HTC 的 android market 应用我们可以一个 logo

如何为我们的应用添加这个标志?

【问题讨论】:

    标签: android google-play


    【解决方案1】:

    我认为在您的应用程序清单中,您可以像这样更改应用程序的图标:

    <application android:icon="@drawable/icon_marmara" >
    

    【讨论】:

    • 不,我不会更改图标,而是更改我在 android 市场中的应用程序的徽标
    【解决方案2】:

    不,不要更改我在 android 市场中的应用程序的图标而是徽标

    【讨论】:

      【解决方案3】:

      好吧,那么

      <application android:logo="@drawable/sweet_logo">
      

      ?

      【讨论】:

        【解决方案4】:
            The ActionBar will use the android:logo attribute of your manifest,
            if one is provided. That lets you use separate drawable resources
            for the icon (Launcher) and the logo (ActionBar, among other things).
        
        
            setDisplayUseLogoEnabled() Enables the use of an alternative image
            (a "logo") in the Action Bar, instead of the default application icon.
            A logo is often a wider, more detailed image that represents the
            application. When this is enabled, the system uses the logo image defined
            for the application (or the individual activity) in the manifest file,
            with the android:logo attribute. The logo will be resized as necessary
            to fit the height of the Action Bar. (Best practice is to design the logo
            at the same size as your application icon.)
        
            To replace the icon with a logo, specify your application logo in the
            manifest file with the android:logo attribute, then call
            setDisplayUseLogoEnabled(true) in your activity.
        

        感谢https://stackoverflow.com/questions/6735649/android-icon-vs-logo

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2011-01-31
          • 1970-01-01
          • 1970-01-01
          • 2011-03-31
          • 2011-08-07
          • 1970-01-01
          相关资源
          最近更新 更多