Skip to content

Commit

Permalink
Modified the color changing tabs sample height, so it looks less cram…
Browse files Browse the repository at this point in the history
…med and more like the design specs.
  • Loading branch information
roughike committed Mar 28, 2017
1 parent e4b33d0 commit d8d9c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_color_changing_tabs.xml
Expand Up @@ -15,7 +15,7 @@
<com.roughike.bottombar.BottomBar
android:id="@+id/bottomBar"
android:layout_width="match_parent"
android:layout_height="56dp"
android:layout_height="64dp"
android:layout_alignParentBottom="true"
app:bb_tabXmlResource="@xml/bottombar_tabs_color_changing"
app:bb_behavior="shifting|underNavbar" />
Expand Down

0 comments on commit d8d9c56

Please sign in to comment.