~benoit.soyeux/tomdroid/sortingNote

« back to all changes in this revision

Viewing changes to res/layout/notebooks.xml

  • Committer: Benoit Soyeux
  • Date: 2010-11-28 20:54:49 UTC
  • Revision ID: benoit.soyeux@starbusiness.fr-20101128205449-cdrzr7nnav62isll
the Notebook filter functionality is now ended. it could be merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
                android:layout_height="fill_parent"
5
5
                android:orientation="vertical"
6
6
        >
 
7
        
 
8
    <include android:id="@+id/actionbar" layout="@layout/actionbar" />
7
9
    
8
10
    <ListView android:id="@android:id/android:list"
9
 
              android:layout_width="fill_parent"
10
 
              android:layout_height="fill_parent"
 
11
              android:layout_width="wrap_content"
 
12
              android:layout_height="wrap_content"
11
13
              android:divider="#00000000"
12
14
              android:dividerHeight="0px"
13
15
              android:cacheColorHint="#ffdddddd"
14
16
              />
15
 
        <TextView android:id="@+id/list_empty"
 
17
              
 
18
        <TextView android:id="@android:id/android:empty"
16
19
              android:layout_width="wrap_content"
17
20
              android:layout_height="wrap_content"
18
 
              android:text="@string/strListEmptyNoNotes"
 
21
              android:text="@string/strListEmptyNoNotebooks"
19
22
              />
 
23
              
 
24
    <TextView android:id="@+id/allNotebooks"
 
25
              android:layout_width="wrap_content"
 
26
              android:layout_height="wrap_content"
 
27
                          android:textStyle="bold"
 
28
                          android:textColor="#FF555555"
 
29
                          android:textSize="18dp"
 
30
                          android:paddingTop="5dip"
 
31
                          android:paddingLeft="5dip"
 
32
                          android:paddingRight="5dip"
 
33
                          android:text="@string/allNotebooksFilter"
 
34
                          android:clickable="true"
 
35
    />
20
36
</LinearLayout>
 
 
b'\\ No newline at end of file'