kongzue 3 年 前
コミット
85a7f128ee

+ 1 - 0
DialogX/build.gradle

@@ -31,6 +31,7 @@ artifacts {
 }
 dependencies {
     implementation 'androidx.appcompat:appcompat:1.2.0+'
+    implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
     compileOnly files('libs\\androidx-rs.jar')
     api files('libs\\DialogXInterface.jar')
 }

+ 2 - 2
DialogX/src/main/res/layout/layout_dialogx_popmenu_material_dark.xml

@@ -9,7 +9,7 @@
     android:orientation="vertical"
     app:baseFocusable="true">
 
-    <LinearLayout
+    <com.kongzue.dialogx.util.views.MaxLinearLayout
         android:id="@+id/box_body"
         android:layout_width="100dp"
         android:layout_height="wrap_content"
@@ -31,6 +31,6 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"/>
 
-    </LinearLayout>
+    </com.kongzue.dialogx.util.views.MaxLinearLayout>
 
 </com.kongzue.dialogx.util.views.DialogXBaseRelativeLayout>

+ 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.44.beta5
+BUILD_VERSION=0.0.44.beta6
 BUILD_VERSION_INT=43