File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 16
16
android : layout_width =" match_parent"
17
17
android : layout_height =" match_parent"
18
18
android : fitsSystemWindows =" true"
19
- android : background =" @android:color/black"
20
19
app : layout_behavior =" @string/nest_refresh_scroll_behavior" >
21
20
22
21
<android .support.design.widget.AppBarLayout
Original file line number Diff line number Diff line change 4
4
xmlns : app =" http://schemas.android.com/apk/res-auto"
5
5
android : layout_width =" match_parent"
6
6
android : layout_height =" match_parent"
7
- android : background =" @android:color/black " >
7
+ android : background =" #f4f4f5 " >
8
8
9
9
<com .todou.nestrefresh.RefreshBarLayout
10
10
android : id =" @+id/pull_refresh_hover"
11
11
android : layout_width =" match_parent"
12
12
android : layout_height =" wrap_content"
13
13
android : orientation =" vertical"
14
- android : background =" @android:color/white"
15
14
app : layout_constraintLeft_toLeftOf =" parent"
16
15
app : layout_constraintRight_toRightOf =" parent"
17
16
app : layout_constraintTop_toTopOf =" parent" >
167
166
168
167
<android .support.v7.widget.RecyclerView
169
168
android : id =" @+id/recycler_view"
170
- android : background =" @android:color/white"
171
169
android : layout_width =" match_parent"
172
170
android : layout_height =" wrap_content"
173
171
app : layout_behavior =" @string/nest_refresh_bar_scroll_behavior" />
Original file line number Diff line number Diff line change 3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
xmlns : app =" http://schemas.android.com/apk/res-auto"
5
5
android : fitsSystemWindows =" @bool/out_fits_system_windows"
6
- android : background =" @android:color/black"
7
6
android : layout_height =" match_parent"
8
7
android : layout_width =" match_parent" >
9
8
You can’t perform that action at this time.
0 commit comments