Skip to content

Commit

Permalink
added boolean to xlarge instead of large
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmishra27 committed Dec 24, 2014
1 parent 2a109b0 commit 4e0a145
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/main/res/values-xlarge/bools.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="sb__is_phone">false</bool>
</resources>
7 changes: 7 additions & 0 deletions lib/src/main/res/values-xlarge/dimens.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="sb__bg_corner_radius">2dp</dimen>
<dimen name="sb__min_width">288dp</dimen>
<dimen name="sb__max_width">568dp</dimen>
<dimen name="sb__offset">24dp</dimen>
</resources>

0 comments on commit 4e0a145

Please sign in to comment.