summaryrefslogtreecommitdiffstats
path: root/res/layout/status_card_inner_content.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/status_card_inner_content.xml')
-rw-r--r--res/layout/status_card_inner_content.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/status_card_inner_content.xml b/res/layout/status_card_inner_content.xml
new file mode 100644
index 000000000..82cdc50b1
--- /dev/null
+++ b/res/layout/status_card_inner_content.xml
@@ -0,0 +1,19 @@
+<?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:gravity="top"
+ style="@style/card"
+ android:layout_marginLeft="15dp"
+ android:layout_marginRight="15dp"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <TextView
+ tools:text="Cards are awesome!!"
+ android:id="@+id/status_card_status_text"
+ style="@style/simple_message_card_inner_body_text"
+ android:layout_marginTop="5dp"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+</LinearLayout> \ No newline at end of file