Anpassung der Oberfläche
This commit is contained in:
parent
2ddfcf94dd
commit
55f28eb965
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
@ -8,37 +8,43 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/images"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_x="12dp"
|
||||
android:layout_y="28dp"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_toRightOf="@id/images"
|
||||
android:layout_margin="2dp"
|
||||
tools:srcCompat="@tools:sample/avatars" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textName"
|
||||
android:layout_width="253dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_x="62dp"
|
||||
android:layout_y="12dp"
|
||||
android:layout_toRightOf="@id/images"
|
||||
android:layout_toLeftOf="@id/imageButtonFavoriten"
|
||||
android:text="TextView"
|
||||
android:textSize="20dp" />
|
||||
android:textSize="25dp"
|
||||
android:singleLine="true"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textState"
|
||||
android:layout_width="234dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_x="81dp"
|
||||
android:layout_y="49dp"
|
||||
android:layout_toRightOf="@id/images"
|
||||
android:layout_toLeftOf="@id/imageButtonFavoriten"
|
||||
android:layout_below="@id/textName"
|
||||
android:text="TextView"
|
||||
android:textSize="20dp" />
|
||||
android:textSize="20dp"
|
||||
android:singleLine="true"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/imageButtonFavoriten"
|
||||
android:layout_width="67dp"
|
||||
android:layout_height="69dp"
|
||||
android:layout_x="322dp"
|
||||
android:layout_y="8dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_margin="2dp"
|
||||
app:srcCompat="@android:drawable/btn_star_big_on" />
|
||||
|
||||
|
||||
</AbsoluteLayout>
|
||||
</RelativeLayout>
|
Loading…
x
Reference in New Issue
Block a user