<com.helloworld.mobility_view.MobilityContainerView
android:layout_width="150dp"
android:layout_height="150dp"
android:background="#fda"
>
<!--想移动的控件放它下边-->
<Button
android:id="@+id/btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello!"
android:onClick="onClick"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
/>
</com.helloworld.mobility_view.MobilityContainerView>
-
Notifications
You must be signed in to change notification settings - Fork 0
helloworld10010/mobility-container-view
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
可跟随手指移动的viewGroup
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published