beta 0.1.1
[DHBWCampusApp.git] / app / src / main / res / layout / fragment_dashboard_news_entry.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     tools:context="de.dhbwloe.campusapp.fragments.DashboardNewsDhbw"
6     android:padding="8dp">
7
8     <!-- TODO: Update blank fragment layout -->
9
10     <TextView
11         android:layout_width="wrap_content"
12         android:layout_height="wrap_content"
13         android:text="{date}"
14         android:id="@+id/newsDate"
15         android:layout_alignParentTop="true"
16         android:layout_alignParentLeft="true"
17         android:layout_alignParentStart="true" />
18
19     <TextView
20         android:layout_width="wrap_content"
21         android:layout_height="wrap_content"
22         android:text="{title}"
23         android:id="@+id/newsTitle"
24         android:layout_below="@+id/newsDate"
25         android:layout_alignLeft="@+id/newsDate"
26         android:layout_alignStart="@+id/newsDate" />
27 </RelativeLayout>