Skip to content

Commit

Permalink
Add shadow below tab bar
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Jul 28, 2014
1 parent 13e2e34 commit b3230d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
android:layout_weight="1"
android:background="?android:attr/windowContentOverlay" />

<include layout="@layout/castbar" />

Expand Down

0 comments on commit b3230d0

Please sign in to comment.