확장 플로팅 액션 버튼

k_hyun·2023년 2월 21일
0

확장된 플로팅 액션 버튼

화면에 떠 있는 듯한 버튼을 제공하는 뷰이다.

<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="extended"
    app:icon="@android:drawable/ic_input_add"/>

플로팅 액션 버튼 핸들러

축소된 것을 클릭하면 확장되고, 확장된 것을 클릭하면 축소된다.

0개의 댓글