[android-beginners] Re: 1.6: Quick search box to pass parameters to an application

2009-10-08 Thread Danny Brain
Nevermind, found the SearchableDictionary example in the SDK which gave me enough. On Oct 8, 9:24 am, Danny Brain wrote: > Hey, > > I was wondering if it were possible to use the quick search box to > pass parameters to an application? > E.g. If I had a timesheet app

[android-beginners] 1.6: Quick search box to pass parameters to an application

2009-10-07 Thread Danny Brain
Hey, I was wondering if it were possible to use the quick search box to pass parameters to an application? E.g. If I had a timesheet application called HagridIsHugeAndAnnoying, I'd want to be able to enter: "hihaa 7hrs sleeping" in the quick search box and an action of "Create time entry ..." wou

[android-beginners] Re: Layout support two items in a 'row' filling width?

2008-12-29 Thread Danny Brain
Awesome, that did it. Thanks! On Dec 30, 2008 7:52 AM, "Romain Guy" wrote: You can use a LinearLayout and the android:layout_weight attribute on the Spinner. There are many examples of this around. On Mon, Dec 29, 2008 at 2:11 AM, Danny Brain wrote: > > Hey, > > S

[android-beginners] Layout support two items in a 'row' filling width?

2008-12-29 Thread Danny Brain
Hey, Sorry for the gibberish subject. I'm looking for a layout that will support 2 views lined up next to one another. In my case I want something like: <-- Spinner ---><-- Button --> Where the spinner is a list of existing values and the button is a "+" (add new value). I want the spinne

[android-beginners] Re: Layout support two items in a 'row' filling width?

2008-12-29 Thread Danny Brain
Solved using RelativeLayout properly (I *think*). Sorry for the silly post. On Mon, Dec 29, 2008 at 9:11 PM, Danny Brain wrote: > Hey, > > Sorry for the gibberish subject. I'm looking for a layout that will > support 2 views lined up next to one another. > In my case I