Skip to content

Commit be95905

Browse files
committed
No public description
PiperOrigin-RevId: 595925306
1 parent ba75e97 commit be95905

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
xmlns:tools="http://schemas.android.com/tools"
2020
package="com.afwsamples.testdpc"
2121
tools:ignore="MissingClass"
22-
android:versionCode="9001"
23-
android:versionName="9.0.1">
22+
android:versionCode="9002"
23+
android:versionName="9.0.2">
2424
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33"/>
2525

2626
<uses-permission android:name="android.permission.GET_ACCOUNTS" />

src/main/res/layout/setup_management_fragment.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +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"
2122
android:layout_width="match_parent"
2223
android:layout_height="match_parent"
2324
android:icon="@drawable/ic_enterprise_blue"

src/main/res/values/styles.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
</style>
4242

4343
<style name="containerText">
44-
<item name="android:textColor">@color/text_black</item>
44+
<item name="android:colorPrimary">@color/primary</item>
45+
<item name="android:colorPrimaryDark">@color/primary_dark</item>
4546
<item name="android:textSize">@dimen/content_text_size</item>
4647
<item name="android:lineSpacingMultiplier">1.2</item>
4748
</style>

0 commit comments

Comments
 (0)