Skip to content

Commit bbe21ed

Browse files
committed
show less code in DAC
1 parent cb20c1d commit bbe21ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/src/main/java/insets/SystemBarProtectionSnippet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ class SystemBarProtectionSnippet : AppCompatActivity() {
5151
insets
5252
}
5353

54-
// [START android_system_bar_protection_kotlin]
5554
val red = 52
5655
val green = 168
5756
val blue = 83
5857
val paneBackgroundColor = Color.argb(255, red, green, blue)
58+
// [START android_system_bar_protection_kotlin]
5959
findViewById<ProtectionLayout>(R.id.list_protection)
6060
.setProtections(
6161
listOf(

0 commit comments

Comments
 (0)