Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f0acd05 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Automerger Merge Worker
Browse files

Merge "[Media TTT] Set translationZ on the chipbar to give it a shadow." into...

Merge "[Media TTT] Set translationZ on the chipbar to give it a shadow." into tm-qpr-dev am: 5cdc2b28 am: c40026c2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20811822



Change-Id: I597815b7ae451ca2b24a168e3d474746b16fec17
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 88e55f75 c40026c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"