Changes

Jump to: navigation, search

Implementing Android 6 Scene Transitions – A Tutorial

31 bytes added, 21:07, 5 January 2016
Designing the First Scene
== Designing the First Scene ==
<google>ADSDAQBOX_FLOW</google>
The first scene is going to consist of a relative layout containing three button views. Create this layout resource file by right-clicking on the app -> res -> layout entry in the Project tool window and selecting the New -> Layout resource file… menu option. In the resulting dialog, name the file scene1_layout and select RelativeLayout as the root element before clicking on OK.

Navigation menu