~j-4-deactivatedaccount/tomdroid/remember-positions

« back to all changes in this revision

Viewing changes to res/layout/main.xml

merged tomdroid-dev's note-editing.. branch into tomdroid-maint's one

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        <ListView android:id="@android:id/list"
29
29
                android:layout_width="fill_parent"
30
30
                android:layout_height="fill_parent"/>
 
31
        
 
32
        <TextView android:id="@+id/list_empty"
 
33
                        android:layout_width="fill_parent"
 
34
                        android:layout_height="wrap_content"
 
35
                        android:singleLine="false"
 
36
            android:textSize="25dip"
 
37
                        android:padding="30dip"
 
38
            />
31
39
 
32
40
</LinearLayout>