add event work in progress
[unical.git] / res / layout / add_event_basic_tab.xml
index 1f7ea5d6c0be86a1f0f11b95a3725ebd9e198495..f05f666ee851a5543253dfe753b0665001bdc3c8 100644 (file)
         android:layout_height="wrap_content"
         android:id="@+id/repeat_layout"
         android:orientation="vertical" >
-        
-           <Spinner
-               android:id="@+id/repeat_spinner"
-               android:entries="@array/repeat_array"
-               android:layout_width="match_parent"
-               android:layout_height="wrap_content"
-         />
            
            <LinearLayout
-               android:layout_width="match_parent"
-               android:layout_height="wrap_content" >
+               android:layout_width="wrap_content"
+               android:layout_height="wrap_content"
+               android:layout_gravity="left" >
        
                <TextView
-                   android:id="@+id/textView1"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="@string/repeat_every"
                    android:textAppearance="?android:attr/textAppearanceMedium" />
        
                <EditText
-                   android:id="@+id/editText1"
+                   android:id="@+id/repeat_time"
                    android:layout_width="0dip"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
-                   android:ems="10"
+                   android:ems="4"
+                   android:text="1"
                    android:inputType="number" />
        
-               <TextView
-                   android:id="@+id/textView2"
-                   android:layout_width="wrap_content"
-                   android:layout_height="wrap_content"
-                   android:text="Medium Text"
-                   android:textAppearance="?android:attr/textAppearanceMedium" />
+               <Spinner
+                       android:id="@+id/repeat_spinner"
+                       android:entries="@array/repeat_array_p"
+                       android:layout_width="match_parent"
+                       android:layout_height="wrap_content"
+               />
        
            </LinearLayout>
        
            <LinearLayout
-               android:layout_width="match_parent"
+               android:id="@+id/repeat_count_layout"
+               android:layout_gravity="left"
+               android:layout_width="wrap_content"
                android:layout_height="wrap_content" >
        
                <Spinner
This page took 0.009868 seconds and 4 git commands to generate.