Skip to content

Commit

Permalink
[fix] 스낵바 elevation 보이도록 패딩에서 마진으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed Aug 19, 2023
1 parent fcd8361 commit a98d1e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/layout_winey_snackbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp">
android:layout_height="wrap_content">

<LinearLayout
android:id="@+id/cl_snackbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:background="@drawable/shape_gray700_fill_5_rect"
android:elevation="10dp"
android:elevation="8dp"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingHorizontal="16dp"
Expand Down

0 comments on commit a98d1e1

Please sign in to comment.