소스 검색

0.0.40.beta7

kongzue 4 년 전
부모
커밋
932db4fdc9
3개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      DialogX/src/main/res/layout/layout_dialogx_fullscreen.xml
  2. 3 2
      app/src/main/res/layout/layout_full_login.xml
  3. 1 1
      gradle.properties

+ 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