File tree 2 files changed +47
-0
lines changed
2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ android : padding =" 10dp"
3
+ android : layout_width =" match_parent"
4
+ android : layout_height =" wrap_content"
5
+ android : orientation =" horizontal"
6
+ android : gravity =" center_vertical" >
7
+
8
+ <CheckBox
9
+ android : id =" @+id/checkBox"
10
+ android : layout_width =" wrap_content"
11
+ android : layout_height =" wrap_content"
12
+ android : layout_margin =" 15dp" />
13
+
14
+ <TextView
15
+ android : id =" @+id/txtName"
16
+ android : layout_width =" wrap_content"
17
+ android : layout_height =" wrap_content" />
18
+
19
+ </LinearLayout >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ android : id =" @+id/nearby_filter_list_layout"
4
+ android : orientation =" vertical"
5
+ android : layout_width =" match_parent"
6
+ android : layout_height =" match_parent"
7
+ android : layout_alignParentRight =" true"
8
+ android : layout_marginStart =" 72dp"
9
+ android : elevation =" 6dp" >
10
+
11
+ <ListView
12
+ android : id =" @+id/selected_items_list_view"
13
+ android : layout_width =" match_parent"
14
+ android : layout_height =" wrap_content"
15
+ />
16
+
17
+ <View
18
+ android : layout_width =" match_parent"
19
+ android : layout_height =" 1dp"
20
+ android : background =" @android:color/darker_gray" />
21
+
22
+ <ListView
23
+ android : id =" @+id/search_list_view"
24
+ android : layout_width =" match_parent"
25
+ android : layout_height =" wrap_content"
26
+ />
27
+
28
+ </LinearLayout >
You can’t perform that action at this time.
0 commit comments