Skip to content

Instantly share code, notes, and snippets.

View NuntapongAoumrod's full-sized avatar

Nuntapong Aoumrod NuntapongAoumrod

View GitHub Profile
@NuntapongAoumrod
NuntapongAoumrod / coordinatorLayoutSimpleStructure.xml
Last active April 25, 2023 17:51
Coordinator layout simple structure
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBarLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content">