summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/history_row.xml
blob: 864baa1b93cf9e201ff39e50aee6e438d5c4b7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              xmlns:tools="http://schemas.android.com/tools"
              android:orientation="vertical"
              android:layout_width="match_parent"
              android:layout_height="wrap_content">

        <TextView
                  android:layout_width="wrap_content"
                  android:layout_height="wrap_content"
                  android:id="@+id/history_text"
                  android:textSize="24sp" tools:text="My History Event">
        </TextView>

</LinearLayout>