Added Event List

This commit is contained in:
Caesar2011
2018-07-13 23:44:06 +02:00
parent 64631e4d9a
commit 689855b8a0
11 changed files with 311 additions and 5 deletions

View File

@@ -35,4 +35,17 @@
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
tools:text="20.03.18 18:42 Uhr" />
<TextView
android:id="@+id/top_right"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@id/title"
android:layout_alignBottom="@id/title"
android:textColor="#343434"
android:textSize="12sp"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
tools:text="Raum 105"
tools:ignore="RelativeOverlap" />
</RelativeLayout>