Skip to content

Commit

Permalink
增加边距
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanTanSheng committed Aug 11, 2020
1 parent 070f4df commit c263e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toastdialog/src/main/res/layout/toast_dialog_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:layout_marginStart="32dp"
android:layout_marginEnd="32dp"
android:paddingTop="8dp"
android:background="@drawable/bg_toast_dialog_action">

Expand Down

0 comments on commit c263e4c

Please sign in to comment.