summaryrefslogtreecommitdiffstats
path: root/res/layout/card_status_header_inner.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/card_status_header_inner.xml')
-rw-r--r--res/layout/card_status_header_inner.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/layout/card_status_header_inner.xml b/res/layout/card_status_header_inner.xml
new file mode 100644
index 000000000..bec9b0c24
--- /dev/null
+++ b/res/layout/card_status_header_inner.xml
@@ -0,0 +1,28 @@
+<?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:padding="5dp"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <TextView
+ tools:text="CyanogenMod"
+ android:id="@+id/status_card_title"
+ style="@style/simple_message_card_inner_title_text"
+ android:ellipsize="end"
+ android:maxLines="2"
+ android:layout_marginBottom="5dp"
+ android:layout_marginRight="10dp"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+
+ <TextView
+ tools:text="One day ago"
+ android:id="@+id/status_card_date"
+ android:textStyle="italic"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+
+</LinearLayout> \ No newline at end of file