English 中文(简体)
安第斯山流域变化标志
原标题:Change logo that appears in Android ActionBar programatically

是否有办法改变在<条码>中显示的标志:行动/条码>中的标识,而不是将其列入万物?

我请求的理由是,我有电话,如果我使用<代码>ImageView,在左上角与发射器icon相类似的电话。

我还允许用户在其电话或互联网上将这种形象改变为一种。 我目前正在为桌子做工,而只想使用<>行动Bar,但可以说明如何根据用户改变形象。 在“行动”栏目中没有任何方法,我无法找到从资源中更改icon或标志的方法。

任何人都知道这是否可行,或者说我可以尝试什么?

问题回答

在<代码>tIcon和_setLogo/code>第14号案文之前 Jake提到的方法,你似乎能够改变“Barlogo”行动,放弃了android.R.id.home<>/code”的看法,并设定了新的可借鉴性。

ImageView logo = (ImageView) findViewById(android.R.id.home);
logo.setImageDrawable(drawable);

FCCC/SBI/2008/12。

11至13时,无

你可能利用海关导航,通过自行布局掩盖其功能,隐藏正常的icon/logo。

在行动条令中,有<条码>homeLayout的属性,可规定使用替代布局资源,但总会扔下<条码>。 因为它立即投向一个内部通货膨胀等级(bug #21842 )。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...