Revert "Updated constraint layout"

This reverts commit 3dd0f9e8a2.
This commit is contained in:
M66B 2020-11-01 14:42:38 +01:00
parent 590bbd8dfe
commit fc7ecba651
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ dependencies {
def fragment_version = "1.3.0-beta01"
def recyclerview_version = "1.2.0-alpha06"
def coordinatorlayout_version = "1.1.0"
def constraintlayout_version = "2.0.3"
def constraintlayout_version = "2.0.2"
def material_version = "1.3.0-alpha03"
def browser_version = "1.3.0-beta01"
def lbm_version = "1.0.0"

View File

@ -764,7 +764,7 @@ public class Helper {
}
static void hide(View view) {
view.setPadding(0, 0, 0, 0);
view.setPadding(0, 1, 0, 0);
ViewGroup.LayoutParams lparam = view.getLayoutParams();
lparam.width = 0;