Loading packages/CarSystemUI/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ android_library { "SystemUIPluginLib", "SystemUISharedLib", "SettingsLib", "car-ui-lib", "android.car.userlib", "androidx.legacy_legacy-support-v4", "androidx.recyclerview_recyclerview", Loading Loading @@ -95,6 +96,7 @@ android_library { "androidx.slice_slice-builders", "androidx.arch.core_core-runtime", "androidx.lifecycle_lifecycle-extensions", "car-ui-lib", "SystemUI-tags", "SystemUI-proto", "metrics-helper-lib", Loading packages/CarSystemUI/res/drawable/nav_button_background.xmldeleted 100644 → 0 +0 −26 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2018 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 --> <ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="@color/nav_bar_ripple_background_color"> <item android:id="@android:id/mask"> <shape android:shape="rectangle"> <solid android:color="?android:colorAccent"/> <corners android:radius="6dp"/> </shape> </item> </ripple> packages/CarSystemUI/res/layout/car_left_navigation_bar.xml +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ android:gravity="bottom" android:orientation="vertical"> <com.android.keyguard.AlphaOptimizedImageButton <com.android.systemui.statusbar.AlphaOptimizedImageView android:id="@+id/note" android:layout_height="wrap_content" android:layout_width="match_parent" Loading packages/CarSystemUI/res/layout/car_navigation_button.xml +2 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ android:animateLayoutChanges="true" android:orientation="vertical"> <com.android.keyguard.AlphaOptimizedImageButton <com.android.systemui.statusbar.AlphaOptimizedImageView android:id="@+id/car_nav_button_icon_image" android:layout_height="@dimen/car_navigation_button_icon_height" android:layout_width="match_parent" Loading @@ -40,7 +40,7 @@ android:clickable="false" /> <com.android.keyguard.AlphaOptimizedImageButton <com.android.systemui.statusbar.AlphaOptimizedImageView android:id="@+id/car_nav_button_more_icon" android:layout_height="wrap_content" android:layout_width="match_parent" Loading packages/CarSystemUI/res/layout/car_right_navigation_bar.xml +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ android:gravity="bottom" android:orientation="vertical"> <com.android.keyguard.AlphaOptimizedImageButton <com.android.systemui.statusbar.AlphaOptimizedImageView android:id="@+id/note" android:layout_height="wrap_content" android:layout_width="match_parent" Loading Loading
packages/CarSystemUI/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ android_library { "SystemUIPluginLib", "SystemUISharedLib", "SettingsLib", "car-ui-lib", "android.car.userlib", "androidx.legacy_legacy-support-v4", "androidx.recyclerview_recyclerview", Loading Loading @@ -95,6 +96,7 @@ android_library { "androidx.slice_slice-builders", "androidx.arch.core_core-runtime", "androidx.lifecycle_lifecycle-extensions", "car-ui-lib", "SystemUI-tags", "SystemUI-proto", "metrics-helper-lib", Loading
packages/CarSystemUI/res/drawable/nav_button_background.xmldeleted 100644 → 0 +0 −26 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2018 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 --> <ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="@color/nav_bar_ripple_background_color"> <item android:id="@android:id/mask"> <shape android:shape="rectangle"> <solid android:color="?android:colorAccent"/> <corners android:radius="6dp"/> </shape> </item> </ripple>
packages/CarSystemUI/res/layout/car_left_navigation_bar.xml +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ android:gravity="bottom" android:orientation="vertical"> <com.android.keyguard.AlphaOptimizedImageButton <com.android.systemui.statusbar.AlphaOptimizedImageView android:id="@+id/note" android:layout_height="wrap_content" android:layout_width="match_parent" Loading
packages/CarSystemUI/res/layout/car_navigation_button.xml +2 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ android:animateLayoutChanges="true" android:orientation="vertical"> <com.android.keyguard.AlphaOptimizedImageButton <com.android.systemui.statusbar.AlphaOptimizedImageView android:id="@+id/car_nav_button_icon_image" android:layout_height="@dimen/car_navigation_button_icon_height" android:layout_width="match_parent" Loading @@ -40,7 +40,7 @@ android:clickable="false" /> <com.android.keyguard.AlphaOptimizedImageButton <com.android.systemui.statusbar.AlphaOptimizedImageView android:id="@+id/car_nav_button_more_icon" android:layout_height="wrap_content" android:layout_width="match_parent" Loading
packages/CarSystemUI/res/layout/car_right_navigation_bar.xml +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ android:gravity="bottom" android:orientation="vertical"> <com.android.keyguard.AlphaOptimizedImageButton <com.android.systemui.statusbar.AlphaOptimizedImageView android:id="@+id/note" android:layout_height="wrap_content" android:layout_width="match_parent" Loading