Skip to content

Commit 4b4bcc4

Browse files
committed
fix region tags again
1 parent 21433ba commit 4b4bcc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

views/src/main/java/com/example/example/snippet/views/appwidget/SystemBarProtectionSnippet.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class SystemBarProtectionSnippet : AppCompatActivity() {
5050
insets
5151
}
5252

53-
// [START android-system-bar-protection_kotlin]
53+
// [START android_system_bar_protection_kotlin]
5454
findViewById<ProtectionLayout>(R.id.list_protection)
5555
.setProtections(
5656
listOf(
@@ -59,6 +59,6 @@ class SystemBarProtectionSnippet : AppCompatActivity() {
5959
)
6060
)
6161
)
62-
// [END android-system-bar-protection_kotlin]
62+
// [END android_system_bar_protection_kotlin]
6363
}
6464
}

views/src/main/res/layout/system_bar_protection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
android:layout_height="match_parent"
2323
android:orientation="vertical">
2424

25-
<!-- [START android-system-bar-protection_xml] -->
25+
<!-- [START android_system_bar_protection_xml] -->
2626
<androidx.core.view.insets.ProtectionLayout
2727
android:id="@+id/list_protection"
2828
android:layout_width="match_parent"
@@ -39,6 +39,6 @@
3939
</ScrollView>
4040

4141
</androidx.core.view.insets.ProtectionLayout>
42-
<!-- [END android-system-bar-protection_xml] -->
42+
<!-- [END android_system_bar_protection_xml] -->
4343

4444
</LinearLayout>

0 commit comments

Comments
 (0)