Eclipse shows different then when I debug on my phone

trant1

New Member
This is what eclipse shows me in the editor.http://i.stack.imgur.com/tjwu9.pngThis is what it looks like when I run it on my phone.http://i.stack.imgur.com/V6NG5.pngThis is the code im using.\[code\] <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="bottom" > <Button android:id="@+id/buttonLocation" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@drawable/settings_button" android:text="Settings" android:textStyle="bold" android:textSize="24dp" android:textColor="#000000" android:gravity="center_horizontal"/></LinearLayout>\[/code\]I need the settings to be in the center. How do I fix this problem?
 
Back
Top