[Media TTT] Set translationZ on the chipbar to give it a shadow.
Fixes: 262585157 Test: See screenshots in bug Change-Id: I9aacbbfdcccd8f25242eb10da4bd7c869b4e0cf4
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<!-- Extra marginBottom to give room for the drop shadow. -->
|
||||
<LinearLayout
|
||||
android:id="@+id/chipbar_inner"
|
||||
android:orientation="horizontal"
|
||||
@@ -33,6 +34,8 @@
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginStart="@dimen/notification_side_paddings"
|
||||
android:layout_marginEnd="@dimen/notification_side_paddings"
|
||||
android:translationZ="4dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:clipToPadding="false"
|
||||
android:gravity="center_vertical"
|
||||
android:alpha="0.0"
|
||||
|
||||
Reference in New Issue
Block a user