Skip to content

Commit defc2fe

Browse files
committed
No public description
PiperOrigin-RevId: 596563990
1 parent be95905 commit defc2fe

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/main/res/layout/activity_add_account.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
android:layout_width="match_parent"
2121
android:layout_height="match_parent"
2222
android:icon="@drawable/ic_enterprise_blue"
23+
android:theme="@style/SudDynamicColorThemeGlifV3.DayNight"
2324
app:sucHeaderText="@string/add_account">
2425

2526
<LinearLayout

src/main/res/layout/finalize_activity.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
android:layout_width="match_parent"
2222
android:layout_height="match_parent"
2323
android:icon="@drawable/ic_enterprise_blue"
24+
android:theme="@style/SudDynamicColorThemeGlifV3.DayNight"
2425
app:sucHeaderText="@string/finish_setup">
2526

2627
<LinearLayout

src/main/res/layout/setup_management_fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
xmlns:android="http://schemas.android.com/apk/res/android"
1919
xmlns:app="http://schemas.android.com/apk/res-auto"
2020
android:id="@+id/setup_wizard_layout"
21-
android:theme="@style/SudThemeGlifV4.DayNight"
21+
android:theme="@style/SudDynamicColorThemeGlifV3.DayNight"
2222
android:layout_width="match_parent"
2323
android:layout_height="match_parent"
2424
android:icon="@drawable/ic_enterprise_blue"

0 commit comments

Comments
 (0)