Explorar el Código

Fix an issue with version invisible

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic hace 7 años
padre
commit
464a697082
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/src/main/res/layout/controller_settings.xml

+ 2 - 2
app/src/main/res/layout/controller_settings.xml

@@ -23,7 +23,8 @@
                                               xmlns:apc="http://schemas.android.com/apk/res-auto"
                                               android:id="@+id/settings_screen"
                                               android:layout_width="match_parent"
-                                              android:layout_height="match_parent">
+                                              android:layout_height="match_parent"
+                                              android:layout_marginBottom="48dp">
 
     <com.yarolegovich.mp.MaterialPreferenceCategory
         android:id="@+id/message_view"
@@ -205,7 +206,6 @@
             android:id="@+id/settings_version"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:layout_marginBottom="48dp"
             apc:mp_summary="v0.1"
             apc:mp_title="@string/nc_app_name">
         </com.yarolegovich.mp.MaterialStandardPreference>