summaryrefslogtreecommitdiffstats
path: root/res/layout/basic_dashclock_card_inner.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/basic_dashclock_card_inner.xml')
-rw-r--r--res/layout/basic_dashclock_card_inner.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/basic_dashclock_card_inner.xml b/res/layout/basic_dashclock_card_inner.xml
new file mode 100644
index 000000000..7b989e4d7
--- /dev/null
+++ b/res/layout/basic_dashclock_card_inner.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content">
+
+ <TextView
+ android:id="@+id/card_main_inner_simple_title"
+ android:layout_alignParentLeft="true"
+ android:layout_marginLeft="10dp"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+
+</RelativeLayout>