Skip to content

Commit 0f092bb

Browse files
committed
remove test bg black ui
1 parent 9899018 commit 0f092bb

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

app/src/main/res/layout/activity_appbarlayout_refresh.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
android:layout_width="match_parent"
1717
android:layout_height="match_parent"
1818
android:fitsSystemWindows="true"
19-
android:background="@android:color/black"
2019
app:layout_behavior="@string/nest_refresh_scroll_behavior">
2120

2221
<android.support.design.widget.AppBarLayout

app/src/main/res/layout/activity_nest_refresh_recycler.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
xmlns:app="http://schemas.android.com/apk/res-auto"
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
7-
android:background="@android:color/black">
7+
android:background="#f4f4f5">
88

99
<com.todou.nestrefresh.RefreshBarLayout
1010
android:id="@+id/pull_refresh_hover"
1111
android:layout_width="match_parent"
1212
android:layout_height="wrap_content"
1313
android:orientation="vertical"
14-
android:background="@android:color/white"
1514
app:layout_constraintLeft_toLeftOf="parent"
1615
app:layout_constraintRight_toRightOf="parent"
1716
app:layout_constraintTop_toTopOf="parent">
@@ -167,7 +166,6 @@
167166

168167
<android.support.v7.widget.RecyclerView
169168
android:id="@+id/recycler_view"
170-
android:background="@android:color/white"
171169
android:layout_width="match_parent"
172170
android:layout_height="wrap_content"
173171
app:layout_behavior="@string/nest_refresh_bar_scroll_behavior"/>

app/src/main/res/layout/activity_refreshbarlayout_refresh.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:app="http://schemas.android.com/apk/res-auto"
55
android:fitsSystemWindows="@bool/out_fits_system_windows"
6-
android:background="@android:color/black"
76
android:layout_height="match_parent"
87
android:layout_width="match_parent">
98

0 commit comments

Comments
 (0)