This commit is contained in:
Zhengyu Peng
2022-02-13 22:05:45 -05:00
parent 6c841a629f
commit fe16668440
4 changed files with 39 additions and 3 deletions

View File

@ -6,4 +6,13 @@
android:layout_height="match_parent"
tools:context=".ControlActivity">
<view
android:id="@+id/view"
class="com.rookiedev.hexapod.view.ControlView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>