summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrey Epin <ayepin@google.com> 2024-05-02 14:04:04 -0700
committer Matt Casey <mrcasey@google.com> 2024-05-16 01:23:38 +0000
commit9ba802338fb74b6d3dfcc3393b70b79b5afccb85 (patch)
treee1cac63c42a5d85e9ecf3dda8bf2a6b5f420fbdb
parent1e646eabc55059cbc944e21b94584ca3b0366807 (diff)
Remove miniresolver header elevation
Header elevation caused a line to be drawn beneath the header. Fix: 323482191 Test: manual testing: launch miniresolver and check that there's no line beneath the header in both the light and the dark theme. Change-Id: Ia047e4b3c39a5991387c64374d2379bcab708b75 Merged-In: Ia047e4b3c39a5991387c64374d2379bcab708b75 (cherry picked from commit ac92b12e26f74a82f0203e539e0caf52e4cf7ab1)
-rw-r--r--core/res/res/layout/miniresolver.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/res/layout/miniresolver.xml b/core/res/res/layout/miniresolver.xml
index db0ea547fbd5..e60e0b0079a9 100644
--- a/core/res/res/layout/miniresolver.xml
+++ b/core/res/res/layout/miniresolver.xml
@@ -33,7 +33,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alwaysShow="true"
- android:elevation="@dimen/resolver_elevation"
android:paddingTop="24dp"
android:paddingStart="@dimen/resolver_edge_margin"
android:paddingEnd="@dimen/resolver_edge_margin"