[android-developers] Custom font support for non-english characters.

2011-04-09 Thread
Hi all, Is there anyone tried to use custom font for non-english characters? I see that it's ok for english, but it doesn't work for Chinese etc. Best Regards! -- You received this message because you are subscribed to the Google Groups Android

RE: [android-developers] Re: drag and drop view in android?

2011-03-15 Thread
You can referer to android source/packages/apps/Launcher, there is a set of classes to support drag drop. Date: Mon, 14 Mar 2011 19:27:42 -0700 Subject: [android-developers] Re: drag and drop view in android? From: lancaster.dambust...@gmail.com To: android-developers@googlegroups.com

RE: [android-developers] Open AOSP apps in eclipse

2011-03-15 Thread
You have to build android source, and reference out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar in your project. Date: Mon, 14 Mar 2011 04:08:05 -0700 Subject: [android-developers] Open AOSP apps in eclipse From: smarko...@gmail.com To:

RE: [android-developers] ActionBarSherlock: Action Bar Helper for All Android Versions.

2011-03-11 Thread
thanks man. it's cool Date: Thu, 10 Mar 2011 08:24:57 -0800 From: jakewhar...@gmail.com To: android-developers@googlegroups.com Subject: [android-developers] ActionBarSherlock: Action Bar Helper for All Android Versions. Good morning developers, I wanted to let everyone know that I have

RE: [android-developers] Re: Android AVD 3.0 Problem

2011-03-11 Thread
I think Ali was getting this when launching AVD 3.0 on a machine with VS installed. He wasn't using VS to develop. Can you try to launch AVD via CMD window and paste the out put from CMD window here? Date: Thu, 10 Mar 2011 07:18:07 -0800 Subject: [android-developers] Re: Android AVD 3.0

RE: [android-developers] Re: Eclipse wont regenerate files since downloading the 2.3 SDK

2011-03-11 Thread
Hi, I met a similar situation, and it was fixed by removing import android.R;, though I really don't know why android.R was imported. With android.R, java files won't be able to read local resources properly. I'm not sure if you're meeting the same thing.. Best Regards! Date: Thu, 10