Re: [android-developers] Re: ActionBar/Mode Style Regressions with SDK 12r2 and 13r1

2011-07-18 Thread dmitry.lukas...@gmail.com
How to change android:searchViewSearchIcon now? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: ActionBar/Mode Style Regressions with SDK 12r2 and 13r1

2011-07-18 Thread dmitry.lukas...@gmail.com
I've found only one way to change default search view icon:-) But this is terrible solution SearchView sv = new SearchView(mActivity); sv.setOnQueryTextListener(mOnSearchQueryTextListener); menuItemSearch.setActionView(sv); searchViewChangeHack(sv); private static int sViewIndex = 0;

[android-developers] what star (*) means in @*android:drawable/?

2010-01-20 Thread dmitry.lukas...@gmail.com
just wondering what * means in xml declaration. seems like access to private resources item android:id=@+id/download_menu_clear_all android:title=@string/download_menu_clear_all android:icon=@*android:drawable/ic_menu_clear_playlist / if I remove it - compiler says

[android-developers] Re: what star (*) means in @*android:drawable/?

2010-01-20 Thread dmitry.lukas...@gmail.com
local copy I believe) thanks all for the explanation On Jan 20, 8:48 pm, Temitope Akinwande takinwa...@gmail.com wrote: So, what would be the right approach, in case we need to use them? On Wed, Jan 20, 2010 at 10:30 AM, Dianne Hackborn hack...@android.com wrote: On Wed, Jan 20, 2010 at

[android-developers] cupcake emulator crash on Windows

2009-01-13 Thread dmitry.lukas...@gmail.com
Hi All, Has anybody compiled emulator (cupcake branch) for Windows? Should it work?:) Because mine crashes. what I did: - noticed that ADT 0.8.0 doesn't support new xml attributes (like android:fastScrollEnabled). - compiled 0.9.0 ADT version from cupcake branch. Then I did make sdk (because

[android-developers] Re: cupcake emulator crash on Windows

2009-01-13 Thread dmitry.lukas...@gmail.com
source.android.com/discuss for more information Thanks Andy On Tue, Jan 13, 2009 at 9:21 AM, dmitry.lukas...@gmail.com dmitry.lukas...@gmail.com wrote: Hi All, Has anybody compiled emulator (cupcake branch) for Windows? Should it work?:) Because mine crashes. what I did: - noticed