File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 19
19
xmlns : tools =" http://schemas.android.com/tools"
20
20
package =" com.afwsamples.testdpc"
21
21
tools : ignore =" MissingClass"
22
- android : versionCode =" 9001 "
23
- android : versionName =" 9.0.1 " >
22
+ android : versionCode =" 9002 "
23
+ android : versionName =" 9.0.2 " >
24
24
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 33" />
25
25
26
26
<uses-permission android : name =" android.permission.GET_ACCOUNTS" />
Original file line number Diff line number Diff line change 18
18
xmlns : android =" http://schemas.android.com/apk/res/android"
19
19
xmlns : app =" http://schemas.android.com/apk/res-auto"
20
20
android : id =" @+id/setup_wizard_layout"
21
+ android : theme =" @style/SudThemeGlifV4.DayNight"
21
22
android : layout_width =" match_parent"
22
23
android : layout_height =" match_parent"
23
24
android : icon =" @drawable/ic_enterprise_blue"
Original file line number Diff line number Diff line change 41
41
</style >
42
42
43
43
<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 >
45
46
<item name =" android:textSize" >@dimen/content_text_size</item >
46
47
<item name =" android:lineSpacingMultiplier" >1.2</item >
47
48
</style >
You can’t perform that action at this time.
0 commit comments