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

@@ -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;