Explorar o código

optimize layout

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger %!s(int64=4) %!d(string=hai) anos
pai
achega
06aca9e078
Modificáronse 1 ficheiros con 5 adicións e 6 borrados
  1. 5 6
      src/main/res/layout/passcodelock.xml

+ 5 - 6
src/main/res/layout/passcodelock.xml

@@ -34,16 +34,15 @@
         <LinearLayout
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:orientation="vertical">
+            android:orientation="vertical"
+            android:paddingStart="@dimen/standard_padding"
+            android:paddingTop="@dimen/standard_padding"
+            android:paddingEnd="@dimen/standard_padding">
 
             <LinearLayout
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
-                android:orientation="vertical"
-                android:paddingStart="@dimen/standard_padding"
-                android:paddingTop="@dimen/standard_padding"
-                android:paddingEnd="@dimen/standard_padding"
-                android:paddingBottom="@dimen/zero">
+                android:orientation="vertical">
 
                 <TextView
                     android:id="@+id/header"