Skip to content

bbbayin/RotatableLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

RotatableLayout

点击可以翻转的layout

PreView

screenshoot

Usage

Step1

compile 'com.shaqcc.rotatablecard:rotatablecardlib:1.0.0'

Step2

在xml文件中直接引用:

    <com.shaqcc.rotatablecard.view.RotatableLayout
        android:layout_width="match_parent"
        android:layout_height="90dp">
        <!--behind view-->
        <include layout="@layout/include_profile_behind_layout"/>
        <!--front view-->
        <include layout="@layout/include_profile_front_layout"/>
    </com.shaqcc.rotatablecard.view.RotatableLayout>

About

点击可以翻转的layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages