Hi Anil, Please refer to the thread below for a discussion on defining properties in android:
http://groups.google.com/group/android-developers/browse_thread/thread/21c07adfa11a7b07/2769130d1d4857bb For using the java properties file, you may want to log an issue in the android issue tracker, please include the details on where you placed your properties file. Please use a *bump* if your questions are lost in the groups traffic. Thanks, Megha On Thu, Mar 27, 2008 at 5:52 PM, Steve Oldmeadow <[EMAIL PROTECTED]> wrote: > > Where are you putting the properties XML? Don't forget Android > processes XML in res/xml into a binary format, you need to put it in > res/raw or assets to treat it as XML. > > Personally I find working with Android's binary format XML easier. > The AttributeSet class is really handy for processing your XML. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

