diff --git a/build.gradle b/build.gradle index 27654e1f04..734441932b 100644 --- a/build.gradle +++ b/build.gradle @@ -181,8 +181,8 @@ dependencies { testImplementation 'org.robolectric:shadows-multidex:4.2' } -def canonicalVersionCode = 108 -def canonicalVersionName = "1.6.0" +def canonicalVersionCode = 110 +def canonicalVersionName = "1.6.1" def postFixSize = 10 def abiPostFix = ['armeabi-v7a' : 1, diff --git a/res/layout/activity_create_closed_group.xml b/res/layout/activity_create_closed_group.xml index a965ae8551..382380283b 100644 --- a/res/layout/activity_create_closed_group.xml +++ b/res/layout/activity_create_closed_group.xml @@ -5,34 +5,40 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + android:layout_height="wrap_content" > - + android:orientation="vertical"> - + - + - + + + + + - + + + + + + \ No newline at end of file diff --git a/res/layout/activity_home.xml b/res/layout/activity_home.xml index cea2157d5e..437246f230 100644 --- a/res/layout/activity_home.xml +++ b/res/layout/activity_home.xml @@ -123,7 +123,7 @@