Skip to content

Commit

Permalink
🐛 font issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Musfick committed Mar 25, 2021
1 parent 7b22943 commit f9bfbdd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Snackify/src/main/res/layout/layout_alert_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#2f333c"
android:fontFamily="@font/ubuntu"
android:textSize="15sp"/>
</LinearLayout>
<ImageView
Expand Down
1 change: 0 additions & 1 deletion Snackify/src/main/res/layout/layout_alert_success.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#2f333c"
android:fontFamily="@font/ubuntu"
android:textSize="15sp"/>
</LinearLayout>
<ImageView
Expand Down
1 change: 0 additions & 1 deletion Snackify/src/main/res/layout/layout_alert_warning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#2f333c"
android:fontFamily="@font/ubuntu"
android:textSize="15sp"/>
</LinearLayout>
<ImageView
Expand Down

0 comments on commit f9bfbdd

Please sign in to comment.