kongzue 4 anni fa
parent
commit
932db4fdc9

+ 1 - 1
DialogX/src/main/res/layout/layout_dialogx_fullscreen.xml

@@ -34,7 +34,7 @@
                 <RelativeLayout
                     android:id="@+id/box_custom"
                     android:layout_width="match_parent"
-                    android:layout_height="500dp"
+                    android:layout_height="wrap_content"
                     android:clickable="true"
                     android:orientation="vertical"/>
 

+ 3 - 2
app/src/main/res/layout/layout_full_login.xml

@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
+    android:layout_height="wrap_content"
     android:gravity="center_horizontal"
     android:orientation="vertical">
 
     <LinearLayout
         android:layout_width="match_parent"
-        android:layout_height="match_parent"
+        android:layout_height="wrap_content"
+        android:paddingBottom="50dp"
         android:gravity="center_horizontal"
         android:orientation="vertical">
 

+ 1 - 1
gradle.properties

@@ -18,5 +18,5 @@ android.useAndroidX=true
 # Automatically convert third-party libraries to use AndroidX
 android.enableJetifier=true
 
-BUILD_VERSION=0.0.40.beta6
+BUILD_VERSION=0.0.40.beta7
 BUILD_VERSION_INT=39