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

Commit 71ae355c authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Automerger Merge Worker
Browse files

Merge "Fix border color of security footer" into sc-dev am: 2df8d424

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

Change-Id: Id82e096b30024167090526ab293745f56c4b3170
parents 6270f91f 2df8d424
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@android:color/system_neutral1_100" android:alpha="0.8" />
</selector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        <item>
            <shape android:shape="rectangle">
                <stroke android:width="1dp"
                        android:color="@color/qs_security_footer_background_stroke"/>
                        android:color="?android:attr/colorBackground"/>
                <corners android:radius="@dimen/qs_security_footer_corner_radius"/>
            </shape>
        </item>