horizontalscrollview
How to programmatically scroll an HorizontalScrollView
I have an HorizontalScrollView which contains a RelativeLayout. This layout is empty in the XML, and is populated from java in the onCreate.[详细]
2023-02-06 13:52 分类:问答Android: Moving background image while navigating through Views
What I want to have is a background image, which behaves like the stock homescreen or the weather app here: https://youtube.com/watch?v=i2Oh4GL5wBE#t=0m54s[详细]
2023-02-06 01:58 分类:问答Android - HorizontalScrollView cannot contain anything
I\'m working with a custom layout to modify the functionality of HorizontalScrollView for my purposes, but I\'m having problems getting that view working, even in a bare minimum test app.[详细]
2023-02-01 06:42 分类:问答android XML TableLayout issue: horizontal scroller going outside of right side of screen
I have a TableLayout with a tableRow and a horizontal scroll view in the 2nd column, but the right side always gets cut off. IF i have only 1 tableRow, it开发者_StackOverflow中文版 works, otherwise it[详细]
2023-01-06 11:04 分类:问答Refresh layout while filling it
I have an activity with a HorizontalScrollView. When it opens, I start filling this view (or rather, a container layout inside it) with another views. This is done from another thread by using handler[详细]
2023-01-06 05:49 分类:问答How to get a TextView in Android have Horizontal Scrolling and autoscrolled?
I want 开发者_如何学编程to have a simple TextView with horizontal scrolling, I know that I use HorizontalScrollview for that and I want the text to be autoscrolled continuously. Is that possible?You c[详细]
2023-01-01 17:45 分类:问答Android: Autoscrolling HorizontalScrollView
I\'m using the following code to simulate tabs and since there are more tabs that width can accommodate user can scroll left or right to make a tab button visible. It all works, however I also provide[详细]
2022-12-31 07:42 分类:问答HorizontalScrollView within ScrollView Touch Handling
I have a ScrollView that surrounds my entire layout so that the entire screen is scrollable.The first element I have in this ScrollView is a HorizontalScrollView block that has features that can be sc[详细]
2022-12-27 04:44 分类:问答Synchronize the position of two ScrollView views
I am trying to synchronize the positions of two ScrollViews.I\'m trying to do this to display a tv guide listing.[详细]
2022-12-23 06:56 分类:问答HorizontalScrollView shrinks GridView to small line
When I put a HorizontalScrollView around a GridView, the GridView gets compressed into a small column on the left. The Gridview\'s vertical scrollbar even appears on the left. The HorizontalScrollView[详细]
2022-12-22 02:37 分类:问答