Modify: 基类进一步封装

This commit is contained in:
Quyunshuo
2020-08-28 16:02:58 +08:00
parent f9479e9242
commit 76d957cad8
17 changed files with 183 additions and 48 deletions

View File

@ -15,4 +15,13 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/mBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="获取值"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/mTv" />
</androidx.constraintlayout.widget.ConstraintLayout>