본문 바로가기
studies/Mobile Application

[Android/Kotlin] FloatingButton 버튼에 Vector(svg) 아이콘 가운데 배치하기

by mjkcool 2021. 6. 23.
728x90
반응형

<com.google.android.material.floatingactionbutton.FloatingActionButton>

android:layout_width="30dp"
android:layout_height="30dp"
app:srcCompat="@drawable/ic_send"
app:fabSize="mini"
app:fabCustomSize="30dp"

 

728x90
반응형