Skip to content

Commit b30cd06

Browse files
committed
Update sample
Update scene colors. App compat 1.2.0-alpha03.
1 parent 4d8f509 commit b30cd06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
'minSdk' : 18,
2121
'targetSdk' : 29,
2222
'buildTools' : '29.0.3',
23-
'appcompat' : '1.2.0-alpha02',
23+
'appcompat' : '1.2.0-alpha03',
2424
'constraintlayout': '2.0.0-beta4',
2525
'kotlin' : '1.3.61',
2626
'viewpager2' : '1.0.0'

sample/src/main/res/xml/motion_scene.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<CustomAttribute
3333
app:attributeName="backgroundColor"
34-
app:customColorValue="#3F51B5" />
34+
app:customColorValue="#FFEB3B" />
3535

3636
</KeyAttribute>
3737

@@ -44,7 +44,7 @@
4444

4545
<CustomAttribute
4646
app:attributeName="color"
47-
app:customColorValue="#BFC5E6" />
47+
app:customColorValue="#544D13" />
4848

4949
</KeyAttribute>
5050

@@ -54,7 +54,7 @@
5454

5555
<CustomAttribute
5656
app:attributeName="backgroundColor"
57-
app:customColorValue="#FFEB3B" />
57+
app:customColorValue="#3F51B5" />
5858

5959
</KeyAttribute>
6060

@@ -67,7 +67,7 @@
6767

6868
<CustomAttribute
6969
app:attributeName="color"
70-
app:customColorValue="#544D13" />
70+
app:customColorValue="#BFC5E6" />
7171

7272
</KeyAttribute>
7373

0 commit comments

Comments
 (0)