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 8282 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/rs" />
8383 <excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
8484 <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" />
8588 <excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
8689 </content >
8790 <orderEntry type =" jdk" jdkName =" Android API 21 Platform" jdkType =" Android SDK" />
Original file line number Diff line number Diff line change 77 tools : context =" .MainActivity$TopRatedFragment" >
88
99 <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 "
1212 android : orientation =" vertical" >
1313
1414 <Spinner
1919
2020 <ListView
2121 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 " />
2424
2525 </LinearLayout >
2626
You can’t perform that action at this time.
0 commit comments