Hallo,
ich bin gerade dabei, eine Android App zu entwickeln:
Meine Oberfläche schaut z.B. so aus:
[XML]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android
rientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/introbuttonexittext"
android
nClick="onClickExitApplication"/>
</LinearLayout>
[/XML]
Bei einem kleinen Bildschirm wird der Button z.B.: ganz untern plaziert, bei einem größeren Handy ist der Button irgendwo in der Mitte.
Meine Frage wäre jetzt, wie kann ich es machen, dass die View auf jedem Bildschirm gleich aussieht?
lg
ich bin gerade dabei, eine Android App zu entwickeln:
Meine Oberfläche schaut z.B. so aus:
[XML]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/introbuttonexittext"
android
</LinearLayout>
[/XML]
Bei einem kleinen Bildschirm wird der Button z.B.: ganz untern plaziert, bei einem größeren Handy ist der Button irgendwo in der Mitte.
Meine Frage wäre jetzt, wie kann ich es machen, dass die View auf jedem Bildschirm gleich aussieht?
lg