Skip to content

Commit

Permalink
[FEAT] 설정화면 배경색 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
kim0hoon committed Sep 23, 2023
1 parent c50d09a commit 4973cc4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/src/main/res/layout/fragment_notification_setting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">

<include
android:id="@+id/inToolbar"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
layout="@layout/layout_toolbar"
app:layout_constraintEnd_toEndOf="parent"
layout="@layout/layout_toolbar"/>
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<include
android:id="@+id/inLoading"
Expand All @@ -27,6 +28,7 @@
android:id="@+id/svSettings"
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@color/gray_100"
android:scrollbars="none"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 4973cc4

Please sign in to comment.