File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
techstacks/src/main/res/layout Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 82
82
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/rs" />
83
83
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
84
84
<excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
85
+ <excludeFolder url =" file://$MODULE_DIR$/build/poms" />
86
+ <excludeFolder url =" file://$MODULE_DIR$/build/reports" />
87
+ <excludeFolder url =" file://$MODULE_DIR$/build/test-results" />
85
88
<excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
86
89
</content >
87
90
<orderEntry type =" jdk" jdkName =" Android API 21 Platform" jdkType =" Android SDK" />
Original file line number Diff line number Diff line change 7
7
tools : context =" .MainActivity$TopRatedFragment" >
8
8
9
9
<LinearLayout
10
- android : layout_width =" wrap_content "
11
- android : layout_height =" wrap_content "
10
+ android : layout_width =" fill_parent "
11
+ android : layout_height =" fill_parent "
12
12
android : orientation =" vertical" >
13
13
14
14
<Spinner
19
19
20
20
<ListView
21
21
android : id =" @+id/listTopRated"
22
- android : layout_width =" wrap_content "
23
- android : layout_height =" wrap_content " />
22
+ android : layout_width =" fill_parent "
23
+ android : layout_height =" fill_parent " />
24
24
25
25
</LinearLayout >
26
26
You can’t perform that action at this time.
0 commit comments