2017-09-25 6 views

答えて

0

CardStackview

だけアニメーションでカードのようなショーの何かのための1つのカスタムビューをこの使用してみてください。

<com.loopeer.cardstack.CardStackView 
    android:layout_width="match_parent" 
    android:layout_height="match_parent"/> 

CardStackView mStackView = (CardStackView) findViewById(R.id.stackview_main); 

サンプル画像

enter image description here