Re: [android-developers] Positioning Buttons side by side in Linear Layout (one button multi-lined)

2014-06-25 Thread TreKing
On Wed, Jun 25, 2014 at 8:30 AM, 'RLScott' via Android Developers < android-developers@googlegroups.com> wrote: > Why don't they appear at the same vertical position on the screen? To be clear, explain "same vertical position". Maybe post a screenshot. --

Re: [android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-25 Thread Daniel Chacon
>From what im finding the GPS demos im finding use the *android.permission.ACCESS_FINE_LOCATION which seems to be what I would use.. * *From the ones I found when searching in the store, most did what I want and some didn't(most were manually logging data)..what im looking for is to create a simple

Re: [android-developers] Positioning Buttons side by side in Linear Layout (one button multi-lined)

2014-06-25 Thread 'RLScott' via Android Developers
"dp" instead of "sp" made no difference. The two buttons still appear at different vertical positions when only one of them has text that takes up two lines. On Wednesday, June 25, 2014 9:54:03 AM UTC-6, Tushar Lal wrote: > > Instead of "sp" try "dp"... > On Jun 25, 2014 7:06 PM, "'RLScott' v

Re: [android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-25 Thread Steve Gabrilowitz
I just did a play store search for the heck of it and there is an app that claims to do just that, and has good reviews so it apparently is possible. The app is free but implements in-app purchasing and one of the reviewers mentioned something about a $10 option but it might be a better solution fo

[android-developers] Is it possible to track mileage with the GPS on the phone?

2014-06-25 Thread Dan Cha
I'm looking to better track my own personal mileage on my truck.. so was looking into the GPS module and seems it may be possible, but wanted to ask before spending to much time building something that will never work. since this is going to be for my personal usage, it is going to be a simple a

Re: [android-developers] Positioning Buttons side by side in Linear Layout (one button multi-lined)

2014-06-25 Thread Tushar Lal
Instead of "sp" try "dp"... On Jun 25, 2014 7:06 PM, "'RLScott' via Android Developers" < android-developers@googlegroups.com> wrote: > Two buttons are to be placed side by side in a horizonally-oriented > LinearLayout whose width is match_parent. To make the buttons share the > width equally I

[android-developers] Positioning Buttons side by side in Linear Layout (one button multi-lined)

2014-06-25 Thread 'RLScott' via Android Developers
Two buttons are to be placed side by side in a horizonally-oriented LinearLayout whose width is match_parent. To make the buttons share the width equally I have assigned each Button the layout_weight of "0.5". Everything looks good if both buttons have a single line of text, or if both button

[android-developers] Re: Security Alert: You are using a highly vulnerable version of OpenSSL

2014-06-25 Thread andrew_esh
You need to inspect all the packages you use in your app, and make certain you are not using an insecure version of OpenSSL. You can't try to excuse yourself from this because you don't think you are handling sensitive information. That's not what they are asking for. Somehow, Google thinks the