Permalink
Please sign in to comment.
Showing
with
26 additions
and 22 deletions.
40
bottom-bar/src/main/java/com/roughike/bottombar/BottomBar.java
4
bottom-bar/src/main/res/values-sw600dp/bools.xml
@@ -0,0 +1,4 @@ | ||
+<?xml version="1.0" encoding="utf-8"?> | ||
+<resources> | ||
+ <bool name="bb_bottom_bar_is_tablet_mode">true</bool> | ||
+</resources> |
4
bottom-bar/src/main/res/values/bools.xml
@@ -0,0 +1,4 @@ | ||
+<?xml version="1.0" encoding="utf-8"?> | ||
+<resources> | ||
+ <bool name="bb_bottom_bar_is_tablet_mode">false</bool> | ||
+</resources> |
0 comments on commit
bfa89de