Add alarm wip
authorPetru <l3asketballplayer@yahoo.com>
Tue, 20 Aug 2013 18:18:52 +0000 (21:18 +0300)
committerPetru <l3asketballplayer@yahoo.com>
Tue, 20 Aug 2013 18:18:52 +0000 (21:18 +0300)
adds alarm_row_layout

res/layout/alarm_row_layout.xml [new file with mode: 0644]

diff --git a/res/layout/alarm_row_layout.xml b/res/layout/alarm_row_layout.xml
new file mode 100644 (file)
index 0000000..b65b8f1
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+              android:orientation="vertical"
+              android:layout_width="match_parent"
+              android:layout_height="match_parent">
+    <TextView
+            android:id="@+id/smallalarmdatestart"
+            android:layout_width="0dip"
+            android:layout_height="wrap_content"
+            android:layout_weight="1"
+            android:textAppearance="?android:attr/textAppearanceSmall" />
+    <TextView
+            android:id="@+id/smallalarmtimestart"
+            android:layout_width="0dip"
+            android:layout_height="wrap_content"
+            android:layout_weight="1"
+            android:textAppearance="?android:attr/textAppearanceSmall" />
+
+</LinearLayout>
\ No newline at end of file
This page took 0.009696 seconds and 4 git commands to generate.