Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HotBitmapGG committed Aug 23, 2016
1 parent 379472b commit 8ae20a6
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 16 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,31 @@

## 截图

<a href="art/01.jpg"><img src="art/01.jpg" width="40%"/></a> <a href="art/02.jpg"><img src="art/02.jpg" width="40%"/></a>
<a href="art/01.png"><img src="art/01.png" width="40%"/></a> <a href="art/02.png"><img src="art/02.png" width="40%"/></a>

<a href="art/03.jpg"><img src="art/03.jpg" width="40%"/></a> <a href="art/04.jpg"><img src="art/04.jpg" width="40%"/></a>
<a href="art/03.png"><img src="art/03.png" width="40%"/></a> <a href="art/04.png"><img src="art/04.png" width="40%"/></a>

<a href="art/05.jpg"><img src="art/05.jpg" width="40%"/></a> <a href="art/06.jpg"><img src="art/06.jpg" width="40%"/></a>
<a href="art/05.png"><img src="art/05.png" width="40%"/></a> <a href="art/06.png"><img src="art/06.png" width="40%"/></a>

<a href="art/07.jpg"><img src="art/07.jpg" width="40%"/></a> <a href="art/08.jpg"><img src="art/08.jpg" width="40%"/></a>
<a href="art/07.png"><img src="art/07.png" width="40%"/></a> <a href="art/08.png"><img src="art/08.png" width="40%"/></a>

<a href="art/09.jpg"><img src="art/09.jpg" width="40%"/></a> <a href="art/10.jpg"><img src="art/10.jpg" width="40%"/></a>
<a href="art/09.png"><img src="art/09.png" width="40%"/></a> <a href="art/10.png"><img src="art/10.png" width="40%"/></a>

<a href="art/11.jpg"><img src="art/11.jpg" width="40%"/></a> <a href="art/12.jpg"><img src="art/12.jpg" width="40%"/></a>
<a href="art/11.png"><img src="art/11.png" width="40%"/></a> <a href="art/12.png"><img src="art/12.png" width="40%"/></a>

<a href="art/13.jpg"><img src="art/13.jpg" width="40%"/></a> <a href="art/14.jpg"><img src="art/14.jpg" width="40%"/></a>
<a href="art/13.png"><img src="art/13.png" width="40%"/></a> <a href="art/14.png"><img src="art/14.png" width="40%"/></a>

<a href="art/15.jpg"><img src="art/15.jpg" width="40%"/></a> <a href="art/16.jpg"><img src="art/16.jpg" width="40%"/></a>
<a href="art/15.png"><img src="art/15.png" width="40%"/></a> <a href="art/16.png"><img src="art/16.png" width="40%"/></a>

![](https://github.com/HotBitmapGG/OhMyBiliBili/blob/OhMyBiliBili/art/17.jpg?raw=true)
<a href="art/17.png"><img src="art/17.png" width="40%"/></a> <a href="art/18.png"><img src="art/18.png" width="40%"/></a>

![](https://github.com/HotBitmapGG/OhMyBiliBili/blob/OhMyBiliBili/art/18.jpg?raw=true)
<a href="art/19.png"><img src="art/19.png" width="40%"/></a> <a href="art/20.png"><img src="art/20.png" width="40%"/></a>

<a href="art/21.png"><img src="art/21.png" width="50%"/>

![](https://github.com/HotBitmapGG/OhMyBiliBili/blob/OhMyBiliBili/art/17.jpg?raw=true)

![](https://github.com/HotBitmapGG/OhMyBiliBili/blob/OhMyBiliBili/art/18.jpg?raw=true)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private void showProgressBar()
{

mSwipeRefreshLayout.setColorSchemeResources(R.color.colorPrimary);
mSwipeRefreshLayout.postDelayed(new Runnable()
mSwipeRefreshLayout.post(new Runnable()
{

@Override
Expand All @@ -137,7 +137,7 @@ public void run()
mIsRefreshing = true;
getBangumiRecommends();
}
}, 500);
});

mSwipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void onRefresh()
}
});

mSwipeRefreshLayout.postDelayed(new Runnable()
mSwipeRefreshLayout.post(new Runnable()
{

@Override
Expand All @@ -119,7 +119,7 @@ public void run()
mSwipeRefreshLayout.setRefreshing(true);
getBiliBiliLive();
}
}, 500);
});
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private void showProgressBar()
{

mSwipeRefreshLayout.setColorSchemeResources(R.color.colorPrimary);
mSwipeRefreshLayout.postDelayed(new Runnable()
mSwipeRefreshLayout.post(new Runnable()
{

@Override
Expand All @@ -121,7 +121,7 @@ public void run()
mIsRefreshing = true;
getHomeRecommendedData();
}
}, 500);
});

mSwipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener()
{
Expand Down
Binary file removed art/01.jpg
Binary file not shown.
Binary file removed art/02.jpg
Binary file not shown.
Binary file removed art/03.jpg
Binary file not shown.
Binary file removed art/04.jpg
Binary file not shown.
Binary file removed art/05.jpg
Binary file not shown.
Binary file removed art/06.jpg
Binary file not shown.
Binary file removed art/07.jpg
Binary file not shown.
Binary file removed art/08.jpg
Binary file not shown.
Binary file removed art/09.jpg
Binary file not shown.
Binary file removed art/10.jpg
Binary file not shown.
Binary file removed art/11.jpg
Binary file not shown.
Binary file removed art/12.jpg
Binary file not shown.
Binary file removed art/13.jpg
Binary file not shown.
Binary file removed art/14.jpg
Binary file not shown.
Binary file removed art/15.jpg
Binary file not shown.
Binary file removed art/16.jpg
Binary file not shown.
Binary file removed art/17.jpg
Binary file not shown.
Binary file removed art/18.jpg
Binary file not shown.

0 comments on commit 8ae20a6

Please sign in to comment.