Skip to content

Commit

Permalink
Merge pull request #1 from Free-Pre/test
Browse files Browse the repository at this point in the history
branch test
  • Loading branch information
flora7883 authored Jan 7, 2023
2 parents eaa25ab + 71a6b9b commit 184d354
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,4 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>
tools:context=".MainActivity"/>

0 comments on commit 184d354

Please sign in to comment.