mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user