Skip to content

Commit bc21a54

Browse files
committed
add demo gif
1 parent c411e55 commit bc21a54

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
5 Bytes
Loading

demo/src/main/java/com/sakebook/android/sample/reachabilitysample/NavigationDrawerFragment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void onCreate(Bundle savedInstanceState) {
8181
}
8282
mReachability = new Reachability(getActivity());
8383
mReachability.makeHoverView(Reachability.Position.LEFT);
84-
mReachability.setBackColor(Color.TRANSPARENT);
84+
mReachability.setBackColor(Color.BLACK);
8585
mReachability.canTouchableBackView(false);
8686

8787
// Select either the default item (0) or the last selected item.

images/demo.gif

561 KB
Loading

0 commit comments

Comments
 (0)