Skip to content

Commit

Permalink
🐛 length bug fix and margin 16dp->8dp
Browse files Browse the repository at this point in the history
  • Loading branch information
Musfick committed Jun 28, 2021
1 parent aa42a27 commit 8027987
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions Snackify/src/main/res/layout/layout_alert_danger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
app:cardBackgroundColor="@color/white"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
Expand Down
2 changes: 0 additions & 2 deletions Snackify/src/main/res/layout/layout_alert_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
app:cardBackgroundColor="@color/white"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
Expand Down
2 changes: 0 additions & 2 deletions Snackify/src/main/res/layout/layout_alert_success.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
app:cardBackgroundColor="@color/white"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
Expand Down
2 changes: 0 additions & 2 deletions Snackify/src/main/res/layout/layout_alert_warning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
app:cardBackgroundColor="@color/white"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/layout_alert_danger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
app:cardBackgroundColor="@color/white"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/layout_alert_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
app:cardBackgroundColor="@color/white"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/layout_alert_success.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
app:cardBackgroundColor="@color/white"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/layout_alert_warning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
app:cardBackgroundColor="@color/white"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
app:cardElevation="3dp">
<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 8027987

Please sign in to comment.