Hallo an alle,
ich habe ein kleines Problem mit meinem Button, der sollte möglichst unten fixiert sitzen, bekomme das allerdings nicht hin, vielleicht könnt ihr mir helfen?
So sieht es bisher aus:
<LinearLayout xxx
xmlns:tools=xxx"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.my.activities.no.Pro"
tools:ignore="MergeRootFrame"
android:orientation="vertical">
<ListView
android:id="@+id/lv_produkte"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</ListView>
<Button
android:id="@+id/bt_save"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="onClick"
android:text="Speichern" />
</LinearLayout>
Danke schon mal!
— geändert am 13.08.2014, 11:05:41