use elevation
This commit is contained in:
parent
4c554e9097
commit
526adda336
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user