Loading Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ android_app { "androidx.collection_collection", "androidx.arch.core_core-common", "androidx.lifecycle_lifecycle-common", "com.google.android.material_material", "androidx.lifecycle_lifecycle-runtime", "androidx.transition_transition", "androidx.core_core", Loading @@ -30,7 +29,8 @@ android_app { "androidx.appcompat_appcompat", "androidx.gridlayout_gridlayout", "androidx.recyclerview_recyclerview", "androidx-constraintlayout_constraintlayout" "androidx-constraintlayout_constraintlayout", "elib", ], required: [ "com.android.deskclock_allowlist", Loading res/color/checkbox_color.xml 0 → 100644 +21 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2021 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:state_enabled="false" android:color="@color/e_alpha_base_dark" android:alpha="0.38" /> <item android:state_checked="false" android:color="@color/e_alpha_base_dark" android:alpha="0.6" /> <item android:color="@color/e_accent_dark" /> </selector> res/drawable/digit_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="@color/default_background_lighter" /> <solid android:color="@android:color/transparent" /> </shape> res/drawable/ic_caret_down.xml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ android:bottom="8dp"> <shape android:shape="oval" > <size android:height="20dp" android:width="20dp" /> <solid android:color="@color/system_neutral2_500" /> <solid android:color="@android:color/transparent" /> </shape> </item> <item> Loading res/drawable/ic_caret_up.xml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ android:bottom="8dp"> <shape android:shape="oval" > <size android:height="20dp" android:width="20dp" /> <solid android:color="@color/system_neutral2_500" /> <solid android:color="@android:color/transparent" /> </shape> </item> <item> Loading Loading
Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ android_app { "androidx.collection_collection", "androidx.arch.core_core-common", "androidx.lifecycle_lifecycle-common", "com.google.android.material_material", "androidx.lifecycle_lifecycle-runtime", "androidx.transition_transition", "androidx.core_core", Loading @@ -30,7 +29,8 @@ android_app { "androidx.appcompat_appcompat", "androidx.gridlayout_gridlayout", "androidx.recyclerview_recyclerview", "androidx-constraintlayout_constraintlayout" "androidx-constraintlayout_constraintlayout", "elib", ], required: [ "com.android.deskclock_allowlist", Loading
res/color/checkbox_color.xml 0 → 100644 +21 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2021 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:state_enabled="false" android:color="@color/e_alpha_base_dark" android:alpha="0.38" /> <item android:state_checked="false" android:color="@color/e_alpha_base_dark" android:alpha="0.6" /> <item android:color="@color/e_accent_dark" /> </selector>
res/drawable/digit_background.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="@color/default_background_lighter" /> <solid android:color="@android:color/transparent" /> </shape>
res/drawable/ic_caret_down.xml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ android:bottom="8dp"> <shape android:shape="oval" > <size android:height="20dp" android:width="20dp" /> <solid android:color="@color/system_neutral2_500" /> <solid android:color="@android:color/transparent" /> </shape> </item> <item> Loading
res/drawable/ic_caret_up.xml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ android:bottom="8dp"> <shape android:shape="oval" > <size android:height="20dp" android:width="20dp" /> <solid android:color="@color/system_neutral2_500" /> <solid android:color="@android:color/transparent" /> </shape> </item> <item> Loading