1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ Comment bookmark item
4+ -->
5+
6+ <LinearLayout
7+ xmlns : android =" http://schemas.android.com/apk/res/android"
8+ android : orientation =" vertical"
9+ android : layout_width =" fill_parent"
10+ android : layout_height =" wrap_content" >
11+
12+ <RadioGroup
13+ android : id =" @+id/rg_scope"
14+ android : layout_width =" fill_parent"
15+ android : layout_height =" wrap_content"
16+ android : orientation =" horizontal" >
17+
18+ <RadioButton
19+ android : id =" @+id/rb_page"
20+ android : layout_width =" wrap_content"
21+ android : layout_height =" wrap_content"
22+ android : checked =" true"
23+ android : layout_weight =" 1"
24+ android : text =" @string/dlg_userdic_page" />
25+ <RadioButton
26+ android : id =" @+id/rb_book"
27+ android : layout_width =" wrap_content"
28+ android : layout_height =" wrap_content"
29+ android : checked =" false"
30+ android : layout_weight =" 1"
31+ android : text =" @string/dlg_userdic_book" />
32+ <RadioButton
33+ android : id =" @+id/rb_userdic_all"
34+ android : layout_width =" wrap_content"
35+ android : layout_height =" wrap_content"
36+ android : checked =" false"
37+ android : layout_weight =" 1"
38+ android : text =" @string/dlg_userdic_all" />
39+
40+ </RadioGroup >
41+
42+
43+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
44+ android : id =" @+id/layout_clear_hist"
45+ android : orientation =" horizontal"
46+ android : layout_width =" fill_parent"
47+ android : layout_height =" wrap_content"
48+ android : baselineAligned =" false"
49+ android : layout_marginTop =" 3dip"
50+ android : layout_marginBottom =" 3dip"
51+ android : layout_marginLeft =" 2dip"
52+ android : layout_marginRight =" 2dip"
53+ >
54+
55+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
56+ android : id =" @+id/userdic_list"
57+ android : orientation =" vertical"
58+ android : layout_weight =" 8"
59+ android : layout_width =" fill_parent"
60+ android : layout_height =" fill_parent"
61+ android : baselineAligned =" false"
62+ android : layout_marginTop =" 0dip"
63+ android : layout_marginBottom =" 0dip"
64+ android : layout_marginLeft =" 0dip"
65+ android : layout_marginRight =" 0dip"
66+ >
67+
68+ </LinearLayout >
69+ </LinearLayout >
70+ </LinearLayout >
0 commit comments