Update dialog_confirm.xml

pull/102/head
watson1982 2 years ago committed by GitHub
parent d4e034f945
commit c6c14992ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      app/src/main/res/layout/dialog_confirm.xml

@ -6,16 +6,16 @@
android:layout_height="match_parent">
<LinearLayout
android:layout_width="@dimen/vs_440"
android:layout_width="@dimen/vs_480"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/shape_dialog_bg_main"
android:gravity="center"
android:orientation="vertical"
android:paddingLeft="@dimen/vs_10"
android:paddingLeft="@dimen/vs_30"
android:paddingTop="@dimen/vs_20"
android:paddingRight="@dimen/vs_10"
android:paddingBottom="@dimen/vs_10">
android:paddingRight="@dimen/vs_30"
android:paddingBottom="@dimen/vs_20">
<TextView
android:id="@+id/confirmation"

Loading…
Cancel
Save