Added shadow
This commit is contained in:
parent
aa92940b9a
commit
0ff6fa0d14
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="72dp"
|
||||
android:background="@drawable/shadow_down" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/toolbar_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Reference in a new issue