Android Layout Update Animation

Trolok

Mitglied
Es soll die Verschiebung der Elemente, wenn ein neues Element in LinearLayout hinzugefügt wird, animiert werden. Die Elemente unter dem Hinzugefügtem sollen langsam nach unten gleiten, das neue Elemt soll jedoch nicht bewegt werden. Damit soll der Eindruck entstehen, dass das neue Element unter den anderen liegt.
Etwa so:

1111
1111
1111
2222
2222
2222

1111
1111
1111
nnnn
2222
2222
2222

1111
1111
1111
nnnn
nnnn
2222
2222
2222

1111
1111
1111
nnnn
nnnn
nnnn
2222
2222
2222
 

Trolok

Mitglied
ich habe bereits ne schleife probiert, die alle elemente durchgeht und per setAnimation die leicht verschiebt, was auch soweit funktuioniert aber etwas steif aussieht, es ging darum ob man innerhalb von LinearLayout diese verschiebung, die ja automatisch geschieht, animieren kann, es scheitert vorallem daran, dass ich kein Plan hab wie ich es tun soll, ohne sämmtliche Elemente per schleife durch zu gehen
 
Zuletzt bearbeitet:
Ä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
P Probleme mit xml-Layout Android & Cross-Platform Mobile Apps 2
W XML Layout: wann wird geladen? Android & Cross-Platform Mobile Apps 10
F Layout mit listViews (Scrolling-Probleme) Android & Cross-Platform Mobile Apps 2
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
B Android Fragement update im PageTabStrip Android & Cross-Platform Mobile Apps 2
K Löschen einer Tabelle bei PlayStore update Android & Cross-Platform Mobile Apps 2
J BatterieWidget update jede Sekunde Android & Cross-Platform Mobile Apps 1
W Eclipse update - Systemprozess reagiert nicht mehr Android & Cross-Platform Mobile Apps 4
S Android Canvas - drawText - Update Text in ActionListener Android & Cross-Platform Mobile Apps 8
missy72 Android Animation erst komplett ausführen Android & Cross-Platform Mobile Apps 4
H Android Mit Animation den ContentView zur Seite wischen Android & Cross-Platform Mobile Apps 3
B Android Animation im Spiel? Android & Cross-Platform Mobile Apps 1
R Android Flipper Animation Android & Cross-Platform Mobile Apps 10
N Android bei Animation Absturz Android & Cross-Platform Mobile Apps 10

Ähnliche Java Themen

Neue Themen


Oben