Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Settings: Add toolbar elevation
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Nov 28, 2014
1 parent 78a94f8 commit 477887c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CacheCleaner/src/main/res/layout/settings_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" />
android:layout_height="?attr/actionBarSize"
android:elevation="8dp" />

<FrameLayout
android:id="@+id/content_wrapper"
Expand Down

0 comments on commit 477887c

Please sign in to comment.