• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Help with the grid

Arehexes

Well-Known Member
Ok I'm new to android programming and I am coming along after a total of 3 hours of reading (at least I fill I am). And I'm hitting a problem, I'm making a mock program showing my group events and I want to have more control over the placement of widgets on the screen (I am new to gui programming).

androidhelp.png


This is the screen in question, I wanted to add a "Stop" button on the same line across the screen from "Play" (So play and stop are on the same line but opposite sides of the screen).
 
You just need to put the play and stop buttons in a separate LinearLayout and set its android:orientation="horizontal"
 
Back
Top Bottom