zusätzliche listview hinzugefügt
This commit is contained in:
parent
4bb23dd51b
commit
a74eb62b6b
@ -3,8 +3,9 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="75dp"
|
||||
android:orientation="vertical">
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
tools:context=".ui.all_IOs.AllIOsFragment2">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/images"
|
||||
@ -28,7 +29,7 @@
|
||||
android:singleLine="true"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textState"
|
||||
android:id="@+id/textPin"
|
||||
android:layout_width="280dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@id/images"
|
||||
@ -49,5 +50,13 @@
|
||||
android:layout_margin="2dp"
|
||||
app:srcCompat="@android:drawable/btn_star_big_on" />
|
||||
|
||||
<ListView
|
||||
android:id="@+id/idListViewPins"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="2dp"
|
||||
android:layout_toLeftOf="@id/imageButtonFavoriten"
|
||||
android:layout_below="@id/textPin"/>
|
||||
|
||||
|
||||
</RelativeLayout>
|
Loading…
x
Reference in New Issue
Block a user