This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-22
lines changed
projects/MotionLayoutVerification Expand file tree Collapse file tree 4 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" android.support.constraint.app" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" android.support.constraint.app" >
43 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
54
65 <application
1312
1413 <activity android : name =" .CheckSharedValues" />
1514
16- <activity android : name =" .VerificationActivity" >
15+ <activity android : name =" .VerificationActivity"
16+ android : exported =" true" >
1717
1818 <intent-filter >
1919 <action android : name =" android.intent.action.MAIN" />
4646 <activity android : name =" .Bug010" />
4747 <activity android : name =" .FullScreenActivity" />
4848 <activity android : name =" .CheckSetProgress" />
49- <activity android : name =" .CheckDumpJson" >
49+ <activity android : name =" .CheckDumpJson"
50+ android : exported =" true" >
5051 <intent-filter >
5152 <action android : name =" android.intent.action.MAIN" />
5253 <category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change 11<resources xmlns : tools =" http://schemas.android.com/tools" >
22 <!-- Base application theme. -->
3- <style name =" Theme.DeveloperTemplate" parent =" Theme.MaterialComponents .DayNight.DarkActionBar" >
3+ <style name =" Theme.DeveloperTemplate" parent =" Theme.AppCompat .DayNight.DarkActionBar" >
44 <!-- Primary brand color. -->
55 <item name =" colorPrimary" >@color/purple_200</item >
6- <item name =" colorPrimaryVariant" >@color/purple_700</item >
7- <item name =" colorOnPrimary" >@color/black</item >
8- <!-- Secondary brand color. -->
9- <item name =" colorSecondary" >@color/teal_200</item >
10- <item name =" colorSecondaryVariant" >@color/teal_200</item >
11- <item name =" colorOnSecondary" >@color/black</item >
12- <!-- Status bar color. -->
13- <item name =" android:statusBarColor" tools : targetApi =" l" >?attr/colorPrimaryVariant</item >
6+
147 <!-- Customize your theme here. -->
158 </style >
169</resources >
Original file line number Diff line number Diff line change 11<resources xmlns : tools =" http://schemas.android.com/tools" >
22 <!-- Base application theme. -->
3- <style name =" Theme.DeveloperTemplate" parent =" Theme.MaterialComponents .DayNight.DarkActionBar " >
3+ <style name =" Theme.DeveloperTemplate" parent =" Theme.AppCompat .DayNight.NoActionBar " >
44 <!-- Primary brand color. -->
55 <item name =" colorPrimary" >#7C4D5D</item >
66
7- <item name =" colorPrimaryVariant" >#5A4A78</item >
8- <item name =" colorOnPrimary" >@color/white</item >
9- <!-- Secondary brand color. -->
10- <item name =" colorSecondary" >#75EDE2</item >
11- <item name =" colorSecondaryVariant" >#48E8E7</item >
12- <item name =" colorOnSecondary" >@color/black</item >
13- <!-- Status bar color. -->
14- <item name =" android:statusBarColor" tools : targetApi =" l" >?attr/colorPrimaryVariant</item >
7+
158 <!-- Customize your theme here. -->
169 </style >
1710</resources >
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ sourceSets{
1212
1313dependencies {
1414 testImplementation ' org.testng:testng:7.3.0'
15+ implementation ' androidx.annotation:annotation:1.6.0'
1516}
You can’t perform that action at this time.
0 commit comments