Revert submission 29910036-color-rewrite Reason for revert: DF Blocking bug:b/383230490 . Reverts will be cherry picked for a .003 release build. Reverted changes: /q/submissionid:29910036-color-rewrite (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ed8074008f149acf8e1d472866803ff74c7a5d20) Merged-In: I1229283119cbebb6f6e837b7bbd65480299086c4 Change-Id: I1229283119cbebb6f6e837b7bbd65480299086c4
23 lines
965 B
XML
23 lines
965 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright 2024 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
|
|
android:shape="rectangle">
|
|
<corners android:radius="20dp" />
|
|
<solid android:color="?androidprv:attr/materialColorSurfaceContainerHigh"/>
|
|
</shape>
|