Fix Base_TextAppearance_AppCompat_Widget_Button

The correct namespace is androidx.appcompat.R

Bug: 303768224
Test: m Settings
Change-Id: I4715703538252d5d9cf7f26f2f2ec0cd959db0e2
This commit is contained in:
Chaohui Wang
2023-10-26 12:01:29 +08:00
parent d2703f38a2
commit 43306392ea

View File

@@ -56,7 +56,7 @@ public class PrivateSpaceEducation extends Fragment {
.setListener(onCancel())
.setButtonType(FooterButton.ButtonType.CANCEL)
.setTheme(
com.google.android.setupdesign.R.style
androidx.appcompat.R.style
.Base_TextAppearance_AppCompat_Widget_Button)
.build());
mixin.getSecondaryButtonView().setFilterTouchesWhenObscured(true);