We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe21ed commit 13cfea7Copy full SHA for 13cfea7
views/src/main/java/insets/SystemBarProtectionSnippet.kt
@@ -54,7 +54,7 @@ class SystemBarProtectionSnippet : AppCompatActivity() {
54
val red = 52
55
val green = 168
56
val blue = 83
57
- val paneBackgroundColor = Color.argb(255, red, green, blue)
+ val paneBackgroundColor = Color.rgb(red, green, blue)
58
// [START android_system_bar_protection_kotlin]
59
findViewById<ProtectionLayout>(R.id.list_protection)
60
.setProtections(
0 commit comments