[android-developers] Re: Image view and then a grid view - make them all scrollable

2014-07-31 Thread Vrunda
You can scroll top image in horizontal, by using Scrollview Horizontal, if there is multiple image at top. On Monday, 28 July 2014 21:56:04 UTC+5:30, sweety fx wrote: > > I have an image view on top and then grid view. > I want all both the image view and grid view scrollable together, but only

[android-developers] Help - Google has terminated my Developer Account

2014-07-31 Thread Terry
After two incidents – of which I think I was completely innocent – Google has terminated my Play Store Developer Account. Consequently all of my apps – developed over three years – are gone from the Play Store. The first incident was a false DMCA takedown, due to a bogus DMCA complaint. Goog

[android-developers] Allowing underlying ScrollView to scroll

2014-07-31 Thread Simon Giddings
I have a ScrollView which fills the screen, within a RelativeLayout. Positioned over this are a series of transparent Views placed in each corner as "hotspots". Their only purpose is to capture tap/click events. However, I do not see how I can let dragging events be passed onto the underlying Sc

Re: [android-developers] Menu icon position

2014-07-31 Thread Sérgio Faria
2014-07-31 5:08 GMT+01:00 TreKing : > For example, this won't be there on device with Menu Buttons, despite it > being phased out. You have ViewConfigurator#hasPermanentMenuKey() to check for th