File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
44 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
55 <application >
6- <activity android : name =" .FilePickerActivity" />
6+ <activity
7+ android : name =" .FilePickerActivity"
8+ android : configChanges =" orientation|screenSize" />
79 </application >
810</manifest >
Original file line number Diff line number Diff line change 1414 android : textColor =" #999999"
1515 android : drawablePadding =" 8dp"
1616 android : drawableTop =" @drawable/ic_empty_file_list_file_picker"
17+ app : layout_constraintVertical_bias =" 0.55"
1718 app : layout_constraintBottom_toBottomOf =" parent"
1819 app : layout_constraintEnd_toEndOf =" parent"
1920 app : layout_constraintStart_toStartOf =" parent"
Original file line number Diff line number Diff line change 7676
7777 <android .support.v7.widget.RecyclerView
7878 android : id =" @+id/rv_nav_file_picker"
79- android : layout_width =" wrap_content "
80- android : layout_height =" 0dp "
79+ android : layout_width =" match_parent "
80+ android : layout_height =" 48dp "
8181 android : overScrollMode =" never"
82- app : layout_constraintHeight_percent =" 0.075"
8382 app : layout_constraintStart_toStartOf =" parent"
84- app : layout_constraintTop_toBottomOf =" @+id/ll_tool_bar_file_picker"
85- tools : visibility =" gone" />
83+ app : layout_constraintTop_toBottomOf =" @+id/ll_tool_bar_file_picker" />
8684
8785 <android .support.v4.widget.SwipeRefreshLayout
8886 android : id =" @+id/srl"
You can’t perform that action at this time.
0 commit comments