Skip to content

Commit 2ad9def

Browse files
committed
build: 코드 포맷팅
1 parent 2a84010 commit 2ad9def

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/src/main/res/layout/fragment_notice.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
app:layout_constraintStart_toStartOf="parent"
1919
app:layout_constraintTop_toTopOf="parent" />
2020

21-
2221
<ImageView
2322
android:id="@+id/btn_search"
2423
android:layout_width="wrap_content"
2524
android:layout_height="wrap_content"
26-
android:layout_marginEnd="20dp"
2725
android:layout_marginTop="12dp"
26+
android:layout_marginEnd="20dp"
2827
android:paddingVertical="4dp"
2928
android:src="@drawable/ic_search_button"
3029
app:layout_constraintEnd_toEndOf="parent"
@@ -85,7 +84,7 @@
8584
bind_is_loading="@{vm.isLoading()}"
8685
android:layout_width="match_parent"
8786
android:layout_height="match_parent"
88-
tools:listitem="@layout/item_notice"/>
87+
tools:listitem="@layout/item_notice" />
8988
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
9089

9190
<ScrollView

app/src/main/res/layout/standard_toolbar.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
style="@style/PretendardSemiBold20"
2929
android:layout_width="0dp"
3030
android:layout_height="wrap_content"
31-
android:text="@{title}"
3231
android:layout_marginHorizontal="20dp"
33-
android:textColor="@color/gray500"
3432
android:gravity="@{titleLeft ? android.view.Gravity.START : android.view.Gravity.CENTER}"
33+
android:text="@{title}"
34+
android:textColor="@color/gray500"
3535
app:layout_constraintBottom_toBottomOf="@id/btn_toolbar_exit"
3636
app:layout_constraintEnd_toEndOf="parent"
3737
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)