0
我需要的完全等效(或極爲接近)這個的iOS庫爲Android: https://github.com/hfrahmann/HFCardCollectionViewLayout卡片堆棧RecyclerView - Android電子圖書館
的總體思路是有一些像一個卡片堆棧:
你能幫幫我嗎?
我需要的完全等效(或極爲接近)這個的iOS庫爲Android: https://github.com/hfrahmann/HFCardCollectionViewLayout卡片堆棧RecyclerView - Android電子圖書館
的總體思路是有一些像一個卡片堆棧:
你能幫幫我嗎?
嘗試這種使用作秀的東西就像用動畫卡片CardStackview
一個自定義視圖。
<com.loopeer.cardstack.CardStackView
android:layout_width="match_parent"
android:layout_height="match_parent"/>
CardStackView mStackView = (CardStackView) findViewById(R.id.stackview_main);
檢查此https://github.com/loopeer/CardStackView –