File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
java/com/example/example/snippet/views/appwidget Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class SystemBarProtectionSnippet : AppCompatActivity() {
5050 insets
5151 }
5252
53- // [START 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 system-bar-protection_kotlin]
62+ // [END android- system-bar-protection_kotlin]
6363 }
6464}
Original file line number Diff line number Diff line change 2222 android : layout_height =" match_parent"
2323 android : orientation =" vertical" >
2424
25- <!-- [START 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"
3939 </ScrollView >
4040
4141 </androidx .core.view.insets.ProtectionLayout>
42- <!-- [END system-bar-protection_xml] -->
42+ <!-- [END android- system-bar-protection_xml] -->
4343
4444</LinearLayout >
You can’t perform that action at this time.
0 commit comments