posted 13 years ago
Hi All,
I want to scroll my scrollbar to specific view. Say I have one vertical Scrollview in my app. There are lot of labels and images which are given in Linear Layout. Now when user press a button it should scroll to some text view.
Is it possible in android. I have tried scrollTO and scrollBar method. But they work on pixel and in android we can not refer to static pixel as devices are of different different resolution.