Revision 08922f29 res/layout/viewobject.xml

b/res/layout/viewobject.xml
242 242
                    android:layout_height="fill_parent"
243 243
                    android:orientation="vertical" >
244 244

  
245
                    <RelativeLayout  android:id="@+id/layoutPublic"
246
                        android:layout_width="fill_parent"
247
                        android:layout_height="fill_parent" >
248

  
249
                        <TextView
250
                            android:id="@+id/l_section5"
251
                            android:layout_width="wrap_content"
252
                            android:layout_height="wrap_content"
253
                            android:layout_marginTop="10dip"
254
                            android:paddingTop="3dip"
255
                            android:text="Public:"
256
                            android:textColor="#444444"
257
                            android:textStyle="bold" />
258

  
259
                        <CheckBox
260
                            android:id="@+id/folderPublic"
261
                            android:layout_width="wrap_content"
262
                            android:layout_height="wrap_content"
263
                            android:layout_marginLeft="4dip"
264
                            android:layout_toRightOf="@id/l_section5" >
265
                        </CheckBox>
266
                    </RelativeLayout>
267

  
245 268
                    <LinearLayout
246 269
                        xmlns:android="http://schemas.android.com/apk/res/android"
247 270
                        android:layout_width="fill_parent"
......
316 339
                    </LinearLayout>
317 340
                </LinearLayout>
318 341
            </ScrollView>
319
           
320 342
        </FrameLayout>
321
        
322 343
    </LinearLayout>
323 344

  
324 345
</TabHost>

Also available in: Unified diff