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

Commit c40026c2 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

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



Change-Id: Id0b177a565ded11f975892b83c23a7ac711c6465
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 37a5bf62 5cdc2b28
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"