Skip to content

Commit

Permalink
[Design/#32] 명언 배경 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ss99x2002 committed Jul 10, 2023
1 parent 7694289 commit 701b564
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/src/main/res/drawable/shape_white_r12_stroke_rect.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="12dp" />
<stroke android:color="@color/grey_400" android:width="1dp" />
<solid android:color="@color/white"/>
</shape>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_delete_account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
app:layout_constraintTop_toBottomOf="@id/layout_appbar"
android:layout_marginTop="24dp"
android:layout_marginHorizontal="48dp"
android:background="@color/white">
android:background="@drawable/shape_white_r12_stroke_rect">

<TextView
android:id="@+id/tv_life_quotes"
Expand Down

0 comments on commit 701b564

Please sign in to comment.