Explorar o código

Fix an issue with layout

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic %!s(int64=7) %!d(string=hai) anos
pai
achega
fff270c36b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/src/main/res/layout/controller_settings.xml

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

@@ -169,7 +169,6 @@
     <com.yarolegovich.mp.MaterialPreferenceCategory
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:layout_marginBottom="@dimen/padding_between_elements"
         android:animateLayoutChanges="true"
         apc:mpc_title="@string/nc_about"
         apc:mpc_title_color="@color/colorPrimary">
@@ -199,6 +198,7 @@
             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>