Android Bounce Animation
Buat android project. Langkah selanjutnya adalah membuat layout dengan menggunakan ImageButton. <?xml version=”1.0″ encoding=”utf-8″?> <android.support.constraint.ConstraintLayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:app=”http://schemas.android.com/apk/res-auto” xmlns:tools=”http://schemas.android.com/tools” android:layout_width=”match_parent” android:layout_height=”match_parent” tools:context=”.MainActivity”> <ImageButton android:id=”@+id/ibtn_book” android:layout_width=”180dp” android:layout_height=”180dp” android:background=”@null”...
Recent Comments