[android-developers] Re: how to apply preference style in user-defined theme

2011-11-20 Thread Bacon021
My god, Does Google can't give any advice? On 11月16日, 下午7时54分, Bacon021 wei.pg...@gmail.com wrote: I defined a theme with an item named android:preferenceStyle, how ever when I apply this theme to some activity, the related preference items' style are still not what I defined. The following

[android-developers] Re: how to apply preference style in user-defined theme

2011-11-17 Thread Bacon021
Could anybody give some advice? On 11月16日, 下午7时54分, Bacon021 wei.pg...@gmail.com wrote: I defined a theme with an item named android:preferenceStyle, how ever when I apply this theme to some activity, the related preference items' style are still not what I defined. The following is my style

[android-developers] how to apply preference style in user-defined theme

2011-11-16 Thread Bacon021
I defined a theme with an item named android:preferenceStyle, how ever when I apply this theme to some activity, the related preference items' style are still not what I defined. The following is my style I defined and the usage. frameworks\base\core\res\res\values\themes.xml: style

[android-developers] GPU usage

2011-11-16 Thread Bacon021
as for Issue 6914, we can see that the UI lag is a very important problem, and as I know most chipsets provide the GPU, such MTK 6573,I wonder whether has a way for us to use the GPU for our UI? especially after ICS. -- You received this message because you are subscribed to the Google Groups

[android-developers] How to support both HVGA and WVGA

2011-07-26 Thread Bacon021
We designed our UI resource and code according to WVGA, and I also checked the documents http://developer.android.com/guide/practices/screens_support.html, but met two problem: one is the supports-screens android:resizeable=true is no effect, the other is what we are using is dip (not pixel),

[android-developers] what is the purpose to package status bar to systemui.apk in android 2.3

2011-06-27 Thread Bacon021
As we know, the systemui.apk is a system level process, for an android phone, I can't modify ,can't reinstall, or do other things to this process, so I want to know why package this part to an APK? what is the design target? -- You received this message because you are subscribed to the Google

[android-developers] Re: Bind_APPWIDGET permission

2011-06-22 Thread Bacon021
. On Sun, Jun 19, 2011 at 1:27 AM, Bacon021 wei.pg...@gmail.com wrote: I am developing an launcher, and want to use the bindAppWidgetId method in my desktop edit mode, but the system notify me that the uid don't have the permission. I checked the permission definition, it's protect level

[android-developers] hprof-conv error

2011-06-22 Thread Bacon021
I am using the eclipse MAT. and I have dump file from eclispe then i enter the android SDK to run the hprof-conv to convert the hprof file to our Android supported format, but the cmd notify me as error expectiong 1.0.3. does anyone can help me close this problem? Thanks a lot -- You received

[android-developers] Bind_APPWIDGET permission

2011-06-20 Thread Bacon021
I am developing an launcher, and want to use the bindAppWidgetId method in my desktop edit mode, but the system notify me that the uid don't have the permission. I checked the permission definition, it's protect level is indeed system /signature, is there any method to realize the binding function