use elevation

This commit is contained in:
Adrian Ulrich 2016-04-09 11:49:22 +02:00
parent 4c554e9097
commit 526adda336
3 changed files with 6 additions and 3 deletions

View File

@ -70,7 +70,8 @@ THE SOFTWARE.
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:background="?overlay_background_color"
android:orientation="horizontal">
android:orientation="horizontal"
android:elevation="2dp">
<include layout="@layout/controls" />
</LinearLayout>
<fragment class="ch.blinkenlights.android.vanilla.ShowQueueFragment"

View File

@ -155,7 +155,8 @@ THE SOFTWARE.
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:background="?overlay_background_color"
android:orientation="horizontal">
android:orientation="horizontal"
android:elevation="2dp">
<include layout="@layout/controls" />
</LinearLayout>
<fragment class="ch.blinkenlights.android.vanilla.ShowQueueFragment"

View File

@ -70,7 +70,8 @@ THE SOFTWARE.
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:background="?overlay_background_color"
android:orientation="horizontal">
android:orientation="horizontal"
android:elevation="2dp">
<include layout="@layout/controls" />
</LinearLayout>