Skip to content

Commit

Permalink
Update designer_layout.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aniketj committed Jul 8, 2022
1 parent 06d0ffa commit a4bf34a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions designertoast/src/main/res/layout/designer_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
android:id="@+id/toast_background_type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginTop="16dp"
android:background="@drawable/success_background"
android:paddingStart="16dp"
android:paddingTop="8dp"
android:paddingEnd="24dp"
android:paddingBottom="8dp">


<ImageView
android:id="@+id/toast_icon"
android:layout_width="36dp"
Expand All @@ -26,6 +25,5 @@
android:fontFamily="@font/ar"
android:text="Hey there Vedx Here"
android:textColor="#FFFFFF" />



</LinearLayout>

0 comments on commit a4bf34a

Please sign in to comment.