Tweak the button layouts on the initial screen.
This commit is contained in:
parent
492f5bdeb2
commit
425612afd4
@ -1,56 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:background="@drawable/starfield"
|
|
||||||
android:orientation="vertical" >
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/openrocket"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="center_horizontal"
|
|
||||||
android:paddingTop="22dp"
|
|
||||||
android:src="@drawable/openrocket" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:gravity="center_horizontal"
|
|
||||||
android:text="@string/version" />
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/rocketglobe"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="4"
|
|
||||||
android:src="@drawable/rocketglobe" />
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="center_horizontal" >
|
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/main_open"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:text="@string/openfilelabel" />
|
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/main_browse"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:text="@string/viewmotorslabel" />
|
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/main_donate"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:background="@drawable/sf_donate" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
@ -11,6 +11,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
|
android:paddingTop="22dp"
|
||||||
android:src="@drawable/openrocket" />
|
android:src="@drawable/openrocket" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -35,21 +36,23 @@
|
|||||||
<Button
|
<Button
|
||||||
android:id="@+id/main_open"
|
android:id="@+id/main_open"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="50dp"
|
||||||
|
android:layout_gravity="center"
|
||||||
android:text="@string/openfilelabel" />
|
android:text="@string/openfilelabel" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/main_browse"
|
android:id="@+id/main_browse"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="50dp"
|
||||||
|
android:layout_gravity="center"
|
||||||
android:text="@string/viewmotorslabel" />
|
android:text="@string/viewmotorslabel" />
|
||||||
|
|
||||||
|
<Button
|
||||||
|
android:id="@+id/main_donate"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center"
|
||||||
|
android:background="@drawable/sf_donate" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/main_donate"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:background="@drawable/sf_donate" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
x
Reference in New Issue
Block a user