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

Commit 0e9c897c authored by Bryan Owens's avatar Bryan Owens Committed by Clark Scheff
Browse files

Themes: Expose hard code color for divider sim pin



Change-Id: I9b5799e6eebf33eef60a1f5bb341fbe82901615f
Signed-off-by: default avatarBryan Owens <djbryan3540@gmail.com>
parent 255eb8fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
                    android:layout_width="match_parent"
                    android:layout_height="1dp"
                    android:layout_alignParentBottom="true"
                    android:background="#28FFFFFF"
                    android:background="@color/keyguard_sim_view_divider"
                    />
        </com.android.keyguard.AlphaOptimizedRelativeLayout>
        <LinearLayout
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@
                    android:layout_width="match_parent"
                    android:layout_height="1dp"
                    android:layout_alignParentBottom="true"
                    android:background="#28FFFFFF"
                    android:background="@color/keyguard_sim_view_divider"
                    />
        </RelativeLayout>
        <LinearLayout
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
                    android:layout_width="match_parent"
                    android:layout_height="1dp"
                    android:layout_alignParentBottom="true"
                    android:background="#28FFFFFF"
                    android:background="@color/keyguard_sim_view_divider"
                    />
        </RelativeLayout>
        <LinearLayout
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 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.
-->
<resources>

    <color name="keyguard_sim_view_divider">#28FFFFFF</color>
</resources>