|
7 | 7 | xmlns:android="http://schemas.android.com/apk/res/android" |
8 | 8 | android:orientation="vertical" |
9 | 9 | android:layout_width="fill_parent" |
10 | | - android:layout_height="wrap_content"> |
| 10 | + android:layout_height="wrap_content" |
| 11 | + android:layout_marginTop="3dip" |
| 12 | + android:layout_marginBottom="3dip" |
| 13 | + android:layout_marginLeft="2dip" |
| 14 | + android:layout_marginRight="2dip" |
| 15 | + > |
11 | 16 |
|
| 17 | + <TextView |
| 18 | + android:id="@+id/lbl_folder_text" |
| 19 | + style="@style/TextAppearance.Medium" |
| 20 | + android:layout_width="match_parent" |
| 21 | + android:layout_height="wrap_content" |
| 22 | + android:singleLine="true" |
| 23 | + android:ellipsize="middle" |
| 24 | + android:text="folder text text text text text text text text text text text" /> |
| 25 | + |
| 26 | + |
| 27 | + <LinearLayout |
| 28 | + xmlns:android="http://schemas.android.com/apk/res/android" |
| 29 | + android:orientation="horizontal" |
| 30 | + android:layout_width="fill_parent" |
| 31 | + android:layout_height="wrap_content"> |
| 32 | + <TextView |
| 33 | + android:id="@+id/lbl_find_text" |
| 34 | + style="@style/TextAppearance.Medium" |
| 35 | + android:layout_width="wrap_content" |
| 36 | + android:layout_height="wrap_content" |
| 37 | + android:maxLines="3" |
| 38 | + android:singleLine="false" |
| 39 | + android:text="@string/lbl_find" /> |
| 40 | + |
| 41 | + <EditText |
| 42 | + android:id="@+id/find_text" |
| 43 | + style="@style/TextAppearance.Widget.EditText" |
| 44 | + android:layout_width="fill_parent" |
| 45 | + android:layout_height="wrap_content" |
| 46 | + android:inputType="none" |
| 47 | + android:singleLine="false" |
| 48 | + android:text="find text" /> |
| 49 | + </LinearLayout> |
12 | 50 | <RadioGroup |
13 | 51 | android:id="@+id/rg_scope" |
14 | 52 | android:layout_width="fill_parent" |
15 | 53 | android:layout_height="wrap_content" |
16 | 54 | android:orientation="horizontal"> |
17 | | - |
| 55 | + <ImageButton android:id="@+id/goto_root" |
| 56 | + android:layout_width="wrap_content" |
| 57 | + android:layout_height="wrap_content" |
| 58 | + android:layout_marginTop="5dip" |
| 59 | + android:layout_marginBottom="5dip" |
| 60 | + android:layout_marginLeft="5dip" |
| 61 | + android:layout_marginRight="5dip" |
| 62 | + android:src="?attr/cr3_browser_folder_root_drawable" |
| 63 | + android:focusable="false" |
| 64 | + android:focusableInTouchMode="false" |
| 65 | + android:background="@null" |
| 66 | + android:contentDescription="root"/> |
18 | 67 | <RadioButton |
19 | | - android:id="@+id/rb_page" |
| 68 | + android:id="@+id/rb_whole" |
20 | 69 | android:layout_width="wrap_content" |
21 | 70 | android:layout_height="wrap_content" |
22 | 71 | android:checked="true" |
23 | 72 | android:layout_weight="1" |
24 | | - android:text="@string/dlg_userdic_page" /> |
| 73 | + android:text="@string/dlg_whole_gd" /> |
25 | 74 | <RadioButton |
26 | | - android:id="@+id/rb_book" |
| 75 | + android:id="@+id/rb_folder" |
27 | 76 | android:layout_width="wrap_content" |
28 | 77 | android:layout_height="wrap_content" |
29 | 78 | android:checked="false" |
30 | 79 | android:layout_weight="1" |
31 | | - android:text="@string/dlg_userdic_book" /> |
32 | | - <RadioButton |
33 | | - android:id="@+id/rb_userdic_all" |
| 80 | + android:text="@string/dlg_folder_gd" /> |
| 81 | + <ImageButton android:id="@+id/do_find" |
34 | 82 | android:layout_width="wrap_content" |
35 | 83 | android:layout_height="wrap_content" |
36 | | - android:checked="false" |
37 | | - android:layout_weight="1" |
38 | | - android:text="@string/dlg_userdic_all" /> |
| 84 | + android:layout_marginTop="5dip" |
| 85 | + android:layout_marginBottom="5dip" |
| 86 | + android:layout_marginLeft="5dip" |
| 87 | + android:layout_marginRight="5dip" |
| 88 | + android:src="?attr/cr3_button_ok_drawable" |
| 89 | + android:focusable="true" |
| 90 | + android:focusableInTouchMode="true" |
| 91 | + android:background="@null" |
| 92 | + android:contentDescription="@string/lbl_find"/> |
39 | 93 |
|
40 | 94 | </RadioGroup> |
41 | | - |
42 | | - |
43 | 95 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
44 | 96 | android:id="@+id/layout_clear_hist" |
45 | 97 | android:orientation="horizontal" |
|
53 | 105 | > |
54 | 106 |
|
55 | 107 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
56 | | - android:id="@+id/userdic_list" |
| 108 | + android:id="@+id/book_list" |
57 | 109 | android:orientation="vertical" |
58 | 110 | android:layout_weight="8" |
59 | 111 | android:layout_width="fill_parent" |
|
0 commit comments