Tagged Questions
0
votes
1answer
46 views
How to Right Align elements in Table Layout in Java code?
Please have a look at the following XML file
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tableLayout"
android:layout_width="match_parent"
...
0
votes
0answers
29 views
ScrollView makes buttons less responsive
I tried to implement a ScrollView on one of my activities' xml. I'm noticing a glaring issue: the buttons, which are snappy and responsive, suddenly have noticable delay after the ScrollView is added. ...
0
votes
1answer
107 views
Recycling Views in Custom Expanded GridView?
For my app, I'm using a library which implements it's own ScrollView throughout the entire layout.
My issue is that I need to have a GridView in a fragment but doing so causes most of it to be ...
0
votes
1answer
344 views
how to add multiple child in horizontal scroll view in android
In this application i tag the data using json parsing and binding the data using list adapter and i was add the heading for data in static using table layout, when i scroll horizontally the data ...
0
votes
0answers
65 views
Achartengine linechart panning in Scrollview
I'm developing an Android application where I have to display several graphs in a one scrollview. Now, I got the linechart to display on scrollview and I can scroll them fine. However, there seems to ...
0
votes
4answers
94 views
How to add a scroll view to an entire activity?
I tried adding a scroll view around everything on an activity layout but it gave me an error saying it can only be placed around one thing.
My activity, has a title textview then an image, then a ...
0
votes
5answers
73 views
fix linearlayout at the bottom as a footer in android
I have done a simple layout xml file. I have been solving my issues piece by piece. I am using scrolview, linearlayout and tableview. I have a top bar and it is locked at the top. it never moves. in ...
0
votes
1answer
42 views
scrollview, tablelayout and linearlayout doesnt work together in android
I have a layout xml file which crashes and couldnt understand why. here is my xml, but I am not posting the entire xml.
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
...
2
votes
2answers
634 views
Android: ScrollView not scrolling with keyboard out
I've got a layout with some views, from which one is an EditText. The layout easily fits on one page, BUT, when the soft keyboard is out, the layout doesn't scroll.
Here's a recap of my layout:
...
0
votes
0answers
145 views
fragment covers another fragment and scrollview doesn't scroll
I got a problem with my Fragment!
The ListFragment and the ContentFragment are loaded and the content is shown, but not the way I want to.
The ContentFragment covers the ListFragment and my ...
0
votes
2answers
2k views
Scroll a RelativeLayout when it contains custom Views
I'm trying to make scrollable RelativeLayout, that contains some custom Views. This is the plan of cinema hall, i have x, y coordinates of places and it's width and height (that are just rectangales, ...
0
votes
1answer
266 views
Complex ListActivity Won't Scroll
I'm having a scrolling issue with a ListActivity. Here is the layout:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/DefaultBackground"
...