Skip to content

Commit

Permalink
Merge pull request #4 from dev-aniketj/patch-3
Browse files Browse the repository at this point in the history
Update designer_layout.xml
  • Loading branch information
vedraj360 committed Jul 9, 2022
2 parents 7e2deb2 + a4bf34a commit def5970
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 def5970

Please sign in to comment.