]> iEval git - unical.git/blobdiff - res/layout/add_event_other_tab.xml
adds beautiful interface for adding events
[unical.git] / res / layout / add_event_other_tab.xml
diff --git a/res/layout/add_event_other_tab.xml b/res/layout/add_event_other_tab.xml
new file mode 100644 (file)
index 0000000..c71af2d
--- /dev/null
@@ -0,0 +1,12 @@
+<?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" >
+
+    <RatingBar
+        android:id="@+id/ratingBar1"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content" />
+
+</LinearLayout>
This page took 0.021917 seconds and 4 git commands to generate.