[android-developers] Re: Nexus 4 windows 8.1 can't install google adb driver.

2014-04-24 Thread Casvah
Well I solved this one on my own, and here's the answer for anyone who wants to know: Apparently some USB 3.0 ports don't recognize the device quite properly unless it's already got a driver installed via a USB 2.0 port. In other words, it doesn't recognize the adb portion of the device, only t

Re: [android-developers] Expand layout and fit to screen

2014-04-24 Thread TreKing
On Thu, Apr 24, 2014 at 7:25 AM, ANKUR GOEL wrote: > i am having one scroll View inside that i have multiple relative layout > and have some fields in relative layout . > That's not possible as ScrollView only supports one direct child. > When i click on any relative layout the layout is expan

[android-developers] Expand layout and fit to screen

2014-04-24 Thread ANKUR GOEL
Hi all , i am having one scroll View inside that i have multiple relative layout and have some fields in relative layout . When i click on any relative layout the layout is expanding but the contents are going out of screen . Can anybody help me so that the relative layout shud move up and the c