[android-developers] Re: ADT problem with 9 patch png image.

2013-07-16 Thread powder366
See my reported bug on some insight https://code.google.com/p/android/issues/detail?id=57473 On Wednesday, August 22, 2012 12:00:22 PM UTC+2, swapnil wrote: > > On Monday, 28 May 2012 14:29:59 UTC+5:30, lucas wrote: > > Hi > > > > > > I am not sure if this is a known issue or not. New versi

Re: [android-developers] Using Multiple addProximityAlerts

2013-05-31 Thread powder366
Is there another way to solve this requirement (other than ProximityAlert())? On Sunday, March 21, 2010 12:04:45 AM UTC+1, Mark Murphy wrote: > > Prasanna Perera wrote: > > I want the user to enter several addresses and check a check box next > > to each address if she wants to be notified when s

[android-developers] Re: Hitarea in LinearLayout view

2012-09-23 Thread powder366
Possible solution: http://stackoverflow.com/questions/12554805/hitarea-in-linearlayout-view On Sunday, September 23, 2012 8:07:36 PM UTC+2, powder366 wrote: > > Hi, > > I have defined a LinearLayout with some TextView's spread out. > Instead of putting a setOnTouchListe

[android-developers] Re: Hitarea in LinearLayout view

2012-09-23 Thread powder366
Possible solutions: http://stackoverflow.com/questions/12554805/hitarea-in-linearlayout-view On Sunday, September 23, 2012 8:07:36 PM UTC+2, powder366 wrote: > > Hi, > > I have defined a LinearLayout with some TextView's spread out. > Instead of putting a setOnTouchListe

[android-developers] Hitarea in LinearLayout view

2012-09-23 Thread powder366
Hi, I have defined a LinearLayout with some TextView's spread out. Instead of putting a setOnTouchListener on each specific TextView, I like to divide my LinearLayout in three areas (hitareas). If I hit the top area I do something (in the middle something else etc.). I.e. I'd like to have three li

Re: [android-developers] Add colon to InputType.TYPE_CLASS_NUMBER

2012-09-08 Thread powder366
/text/InputType.html > On Sat, Sep 8, 2012 at 9:01 AM, powder366 wrote: > > How can I add colon(:) to the soft keyboard with the input type > > InputType.TYPE_CLASS_NUMBER Currently I have the following code: > > > > NumberKeyListener keyListener = new NumberKeyList

[android-developers] Add colon to InputType.TYPE_CLASS_NUMBER

2012-09-08 Thread powder366
How can I add colon(:) to the soft keyboard with the input type InputType.TYPE_CLASS_NUMBER Currently I have the following code: NumberKeyListener keyListener = new NumberKeyListener() { public int getInputType() { return InputType.TYPE_CLASS_NUMBER; } @

[android-developers] Android maps setZoom(19)

2012-08-19 Thread powder366
Hi, I have one marker displayed and centered in my ItemizedOverlay in maps, currently I call setZoom(19). But how can I control the zoom level? I.e. I want to zoom in as detailed as possible, but still showing the map in satellite mode clear. I have noticed that if you zoom in to far everythi

[android-developers] absListViewStyle

2012-07-16 Thread powder366
Hi, I have a problem in API level 16. The following makes all my list into another color than orange, but in API level 16 it does not work? themes.xml: @style/list styles.xml @drawable/list_selector_background What theme/style controls this in API

[android-developers] Re: Change Theme and Style for EditTextPreference and default color orange

2012-07-13 Thread powder366
I did solve this according to, maybe this helps someone: https://groups.google.com/d/topic/android-developers/7d0z0C-AqMU/discussion On Tuesday, March 13, 2012 12:05:23 AM UTC+1, powder366 wrote: > > Hi, > > I have managed to change the orange color of a EditText in styles

[android-developers] Re: Customize ListPreference (select_dialog_singlechoice) in the Preference screen

2012-07-13 Thread powder366
check-items/ Regards Jonas. On Friday, July 6, 2012 4:22:48 PM UTC+2, powder366 wrote: > > > Hi, > > When defining a ListPreference you get a CheckedTextView with > android:checkMark to a drawable btn_radio (as I understand it). > Im trying to change the look of the radi

[android-developers] Customize ListPreference (select_dialog_singlechoice) in the Preference screen

2012-07-06 Thread powder366
Hi, When defining a ListPreference you get a CheckedTextView with android:checkMark to a drawable btn_radio (as I understand it). Im trying to change the look of the radio button, but don't find a solution: 1. Where in android source (line and file) is the radio button defined for a ListPrefer

[android-developers] Re: list_selector_background_focused.9.png missing in ldpi

2012-06-22 Thread powder366
p://bit.ly/dateintraypro> - current date at glance... > WebnetMobile on *Facebook <http://webnetmobile.com/fb/>*, > *Google+*<http://bit.ly/webnetmobile-gp>and > *Twitter <http://webnetmobile.com/twitter/>* > > On 21 June 2012 21:33, powder366 wrote: > > >

[android-developers] list_selector_background_focused.9.png missing in ldpi

2012-06-21 Thread powder366
Hi, I noticed that the file list_selector_background_focused.9.png is missing in directory ldpi, but exists in mdpi, hdpi and xhdpi platforms/android-15/data/res/drawable-mdpi platforms/android-15/data/res/drawable-hdpi platforms/android-15/data/res/drawable-ldpi <- missing platforms/androi

[android-developers] list_selector_background_focused.9.png missing in ldpi directory

2012-06-21 Thread powder366
Hi, I noticed that the file list_selector_background_focused.9.png is missing in directory ldpi, but exists in mdpi, hdpi and xhdpi platforms/android-15/data/res/drawable-mdpi platforms/android-15/data/res/drawable-hdpi platforms/android-15/data/res/drawable-ldpi <- missing platforms/androi

[android-developers] Change Theme and Style for EditTextPreference and default color orange

2012-03-12 Thread powder366
Hi, I have managed to change the orange color of a EditText in styles.xml with: true true true @drawable/edit_text

[android-developers] Change orange color Theme and Style for EditTextPreferenceChange orange color Theme and Style for EditTextPreference

2012-03-12 Thread powder366
Hi, I have managed to change the orange color of a EditText in styles.xml with: true true true @drawable/edit_text <

[android-developers] Change orange color Theme and Style for EditTextPreference

2012-03-12 Thread powder366
Hi, I have managed to change the orange color of a EditText in styles.xml with: true true true @drawable/edit_text <

[android-developers] Change Theme and Style for EditTextPreference default color orange

2012-03-12 Thread powder366
Hi, I have managed to change the orange color of a EditText in styles.xml with: true true true

[android-developers] Re: Toast messages very small on Galaxy Nexus for Launcher2 fork

2011-12-28 Thread powder366
My toast is extremely small on ICS, worked perfect on previous releases. Also see http://stackoverflow.com/questions/8658059/android-toast-notification-is-too-small-in-ice-cream-sandwich Anyone? On Dec 13, 3:43 pm, David Strickland wrote: > > If you're modifying the source, try one of the grou

[android-developers] ScrollView scroll underneath a LinearLayout with buttons

2011-12-17 Thread powder366
Hi, I have a layout according to below, the bottom most LinearLayout is always shown and fixed at the bottom, how can I make the ScrollView scroll underneath the bottom most LinearLayout? Thanks -- You received this message because you are subscribed to the Google Groups "