Skip to content
Browse files

Fixed shadow.

  • Loading branch information...
1 parent adb47d8 commit 0cd927486914106041a5fdd4ce80242479ffb3e8 @roughike committed
Showing with 2 additions and 1 deletion.
  1. +2 −1 bottom-bar/src/main/res/layout/bb_bottom_bar_item_container.xml
View
3 bottom-bar/src/main/res/layout/bb_bottom_bar_item_container.xml
@@ -7,7 +7,8 @@
<FrameLayout
android:id="@+id/bb_user_content_container"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:layout_above="@+id/bb_bottom_bar_outer_container">
<ImageView
android:id="@+id/bb_bottom_bar_shadow"

0 comments on commit 0cd9274

Please sign in to comment.
Something went wrong with that request. Please try again.