Add some db stuff
authorPetru Trimbitas <l3asketballplayer@yahoo.com>
Mon, 27 May 2013 17:33:42 +0000 (20:33 +0300)
committerPetru Trimbitas <l3asketballplayer@yahoo.com>
Mon, 27 May 2013 17:33:42 +0000 (20:33 +0300)
res/layout/login.xml [new file with mode: 0644]

diff --git a/res/layout/login.xml b/res/layout/login.xml
new file mode 100644 (file)
index 0000000..d629a53
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:orientation="vertical" >
+
+    <TextView
+        android:id="@+id/welcome"
+        android:layout_width="122dp"
+        android:layout_height="wrap_content"
+        android:text="TextView" />
+
+</LinearLayout>
This page took 0.009924 seconds and 4 git commands to generate.