Skip to content

Commit

Permalink
Update dialog_standard_vertical.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fawxyz authored Jun 29, 2021
1 parent d089822 commit 2f34c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/src/main/res/layout/dialog_standard_vertical.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<Space
android:layout_width="wrap_content"
android:layout_height="12dp"/>
android:layout_height="@dimen/_12sdp"/>

<include layout="@layout/view_title_and_message"/>

Expand Down Expand Up @@ -61,7 +61,7 @@

<Space
android:layout_width="wrap_content"
android:layout_height="12dp"/>
android:layout_height="@dimen/_12sdp"/>


</LinearLayout>
</LinearLayout>

0 comments on commit 2f34c47

Please sign in to comment.