Skip to content

Commit

Permalink
[fix/mypage_toolbar]: Edit Toolbar Name and Background
Browse files Browse the repository at this point in the history
  • Loading branch information
librarywon committed Jul 6, 2023
1 parent 910a4f9 commit 6b4caa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_mypage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
android:layout_height="match_parent"
tools:context=".feature.home.mypage.MyPageFragment">

<androidx.appcompat.widget.Toolbar
<Toolbar
android:id="@+id/toolbar_mypage"
android:layout_width="0dp"
android:layout_height="?actionBarSize"
android:background="?android:background"
android:background="?colorSurface"
app:layout_constraintBottom_toTopOf="@id/div_mypage"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -43,7 +43,7 @@

</androidx.constraintlayout.widget.ConstraintLayout>

</androidx.appcompat.widget.Toolbar>
</Toolbar>

<View
android:id="@+id/div_mypage"
Expand Down

0 comments on commit 6b4caa2

Please sign in to comment.