Skip to content

Commit

Permalink
[maro/#3] feat : fragment_home.xml 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
leesumin0526 committed Apr 7, 2024
1 parent fcf6fbc commit 1f3128b
Show file tree
Hide file tree
Showing 3 changed files with 738 additions and 62 deletions.
20 changes: 17 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions UMC_6th/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,5 @@
android:layout_height="match_parent"
tools:context=".MainActivity">

<TextView
android:id="@+id/text1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World"
app:layout_constraintBaseline_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="parent"
app:layout_constraintStart_toEndOf="@+id/text2"/>

<TextView
android:id="@+id/text2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World"
app:layout_constraintBaseline_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="parent"
app:layout_constraintEnd_toEndOf="@+id/text1"/>

</androidx.constraintlayout.widget.ConstraintLayout>
Loading

0 comments on commit 1f3128b

Please sign in to comment.