Skip to content

Commit

Permalink
[Add] 커뮤니티 로딩 화면 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyeon121 committed Aug 20, 2024
1 parent f99035d commit 54ecce3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/layout/dialog_loading.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:gravity="center">

<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true"
android:layout_centerInParent="true" />

</RelativeLayout>

0 comments on commit 54ecce3

Please sign in to comment.