diff options
| author | 2024-05-06 11:21:04 +0000 | |
|---|---|---|
| committer | 2024-05-06 11:21:04 +0000 | |
| commit | 0e0db28bfbda28ce47fef9fde40c899773ada390 (patch) | |
| tree | ff2460198f81ba083cbc37115874cfa632209874 | |
| parent | 351f5df4fd3d0edc860024832e782e67df350aec (diff) | |
| parent | ac92b12e26f74a82f0203e539e0caf52e4cf7ab1 (diff) | |
Merge "Remove miniresolver header elevation" into main
| -rw-r--r-- | core/res/res/layout/miniresolver.xml | 1 |
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" |