安卓

加載gif圖片
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.1.+'
<pl.droidsonroids.gif.GifImageView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/testgif" />
小彈框
Toast.makeText(LoginActivity.this, "點擊了確定", Toast.LENGTH_SHORT).show();

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章