color test 2

This commit is contained in:
X1nto 2020-07-05 19:40:30 +04:00
parent f53f922299
commit 9a48f6f79d
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:foregroundTint="?colorPrimary"
android:backgroundTint="?colorOnSurface"
bind:swipeRefreshLayoutProgressSpinnerBackgroundColor="?colorOnSurface"
bind:refreshing="@{viewModel.fetching}"
bind:onRefreshListener="@{()-> viewModel.fetchData()}">