Layout mit listViews (Scrolling-Probleme)

F

FRWL

Gast
Hallo!

Ich habe eine Frage zum listView. In meinem Layout habe ich zwei listViews in einem LinearLayout nebeneinander gesetzt, um zu erreichen, dass ich zwei Spalten habe und in diese zwei Spalten bequem über die listViews meine Inhalte platzieren kann.
Dummerweise ist es nun so, dass die beiden listViews einzeln scrollbar sind und nicht zusammen nach unten oder oben scrollen.

Lässt sich das irgendwie beheben?

Wenn nein: Welche Möglichkeiten habe ich, um so ein Layout anders zu realisieren?

Habe mich bereits ausgiebig mit Google auseinandergesetzt, aber keinen Eintrag gefunden, der mein Problem lösen kann, deswegen schonmal im Voraus vielen Dank für die Antworten!
 
G

Gast2

Gast
Ich kann mir vorstellen, dass Du den ScrollView ganz oben als Elternelement der beiden ListViews setzen mußt?!

Die beiden ListViews ggf. nocheinmal in einen Container packen (evtl. geht ScrollView auch nur mit einem Kind).
 

schlingel

Gesperrter Benutzer
Ich kann mir vorstellen, dass Du den ScrollView ganz oben als Elternelement der beiden ListViews setzen mußt?!
Bloß nicht. Das wird von Google nicht empfohlen.

Wenn du mehrere Spalten haben möchtest, musst du eben deinen ListAdapter und das Layout für ein ListItem anpassen. Das ist alles.

In diesem (unfertigen) Projekt von mir, gibt's ein Beispiel wie so ein Adapter aussehen kann. Siehe BillAdapter.

Generell sollte man aber von SimpleAdapter und nicht ArrayAdapter ableiten! Alter Fehler den ich in dieser Form nicht mehr machen würde.
 
Ähnliche Java Themen
  Titel Forum Antworten Datum
W Ausklappbares Verlängertes XML Layout Android & Cross-Platform Mobile Apps 6
W Android Wieso kann ich keine ListView mehr zum Layout hinzufügen? Android & Cross-Platform Mobile Apps 1
A Android-Studio: 2. Layout nach kurzer Zeit aufzeigen Android & Cross-Platform Mobile Apps 2
S Android Layout - welchen Typ? Android & Cross-Platform Mobile Apps 3
B Android Multiple Screens- layout-sw600dp Android & Cross-Platform Mobile Apps 1
D Android Layout für alle Geräte Android & Cross-Platform Mobile Apps 4
W Android Designfrage / Layout / Activity / Fragments Android & Cross-Platform Mobile Apps 2
B Layout Bibliothek Android & Cross-Platform Mobile Apps 8
B Android Spiele-Layout umsetzen Android & Cross-Platform Mobile Apps 5
O zurück Schaltfläche in voriges Layout Android & Cross-Platform Mobile Apps 5
B Erste Android-App: setContentView(R.layout.main) funktioniert nicht Android & Cross-Platform Mobile Apps 6
D Android Viele Buttons und ein Layout Android & Cross-Platform Mobile Apps 6
M Android Game, welche Layout? Android & Cross-Platform Mobile Apps 2
B Eigene View xml-Layout einbinden Android & Cross-Platform Mobile Apps 1
R Android Layout Bild mit Text Android & Cross-Platform Mobile Apps 13
K Rand bei (Table,Relative,Linear)Layout - wie bekomme ich ihn weg? Android & Cross-Platform Mobile Apps 3
D Android Layout Problem Android & Cross-Platform Mobile Apps 2
P Android Nach Animation Layout auf alten Platz Android & Cross-Platform Mobile Apps 3
T Android Layout Update Animation Android & Cross-Platform Mobile Apps 3
P Probleme mit xml-Layout Android & Cross-Platform Mobile Apps 2
W XML Layout: wann wird geladen? Android & Cross-Platform Mobile Apps 10
G Fehlermeldung: "No XML content. Please add a root view or layout to your documet." Android & Cross-Platform Mobile Apps 7
N Android xml - graphical layout nur noch weiß :o Android & Cross-Platform Mobile Apps 4
T Android Merkwürdigkeiten im Layout Android & Cross-Platform Mobile Apps 7
JAVAnnik Android Layout ändern in Thread Android & Cross-Platform Mobile Apps 2
A Android Browser öffnen, XML-GUI-Layout Android & Cross-Platform Mobile Apps 23
A Absolute Layout soll auf jedem Gerät gleich aussehen Android & Cross-Platform Mobile Apps 4
S Android Layout Problem mit fill_parent Android & Cross-Platform Mobile Apps 5
tfa Android Layout-Probleme: View programmatisch erweitern (addContentView) Android & Cross-Platform Mobile Apps 7
P Android Aktualisieren des Listviews Android & Cross-Platform Mobile Apps 2
R Android Parallax Scrolling Android & Cross-Platform Mobile Apps 10

Ähnliche Java Themen

Neue Themen


Oben