Adds title date and time to alarm layout
[unical.git] / res / layout / alarm.xml
index 379eab98f18f074c9412a5dcc4b2ee9039b5b23d..f9316b23f20426157b8ac775e8a0c1aab69483f8 100644 (file)
@@ -9,9 +9,16 @@
         android:scaleType="fitXY"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:src="@android:drawable/title_bar_tall" />
+        android:src="@android:drawable/alert_dark_frame" />
 
-<LinearLayout
+    <TextView
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:text="New Text"
+            android:gravity="center"
+            android:textAppearance="?android:attr/textAppearanceLarge"
+            android:id="@+id/alarm_title"/>
+    <LinearLayout
         android:baselineAligned="false"
         android:layout_width="match_parent"
         android:layout_height="wrap_content">
This page took 0.009948 seconds and 4 git commands to generate.