Event overview updated

This commit is contained in:
Caesar2011
2018-10-30 02:31:48 +01:00
parent aba6471c1d
commit 92e609babc
9 changed files with 381 additions and 78 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_margin="4dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/string"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/text_margin"
tools:text="Caption"
android:textAppearance="@style/Base.TextAppearance.AppCompat.Headline" />
<androidx.recyclerview.widget.RecyclerView
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</androidx.cardview.widget.CardView>

View File

@@ -68,4 +68,6 @@
<string name="vegetarian">Vegetarisch</string>
<string name="bio">Aus biologischem Anbau</string>
<string name="attachment_nr">%1$d. Anhang</string>
<string name="event_scale">%1$s, %2$s - %3$s</string>
<string name="except_list">Entfällt: %1$s</string>
</resources>

View File

@@ -76,4 +76,6 @@
<string name="bio">Organic Food</string>
<string name="msc" translatable="false">MSC</string>
<string name="attachment_nr">Attachment #%1$d</string>
<string name="event_scale">%1$s, %2$s - %3$s</string>
<string name="except_list">Except: %1$s</string>
</resources>