]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/profile_detail.xml
profile details: missed one padding
[mobile-ledger.git] / app / src / main / res / layout / profile_detail.xml
index cab0eb668630b7828ffeb9d7ad1e9166243cd25c..43c74383dda7b7297ca50f235bddc7ce68b4a888 100644 (file)
@@ -29,7 +29,8 @@
     <android.support.design.widget.TextInputLayout
         android:id="@+id/profile_name_layout"
         android:layout_width="match_parent"
     <android.support.design.widget.TextInputLayout
         android:id="@+id/profile_name_layout"
         android:layout_width="match_parent"
-        android:layout_height="wrap_content">
+        android:layout_height="wrap_content"
+        android:layout_marginBottom="16dp">
 
         <android.support.design.widget.TextInputEditText
             android:id="@+id/profile_name"
 
         <android.support.design.widget.TextInputEditText
             android:id="@+id/profile_name"