Explorar el Código

fix: overlaying status bar

Fixes issue #13
sduduzog hace 7 años
padre
commit
9252a46fc4

+ 3 - 1
app/src/main/res/layout/main_bottom_sheet.xml

@@ -35,7 +35,9 @@
                 android:id="@+id/textView"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
-                android:layout_margin="16dp"
+                android:layout_marginStart="16dp"
+                android:layout_marginLeft="16dp"
+                android:layout_marginTop="24dp"
                 android:text="@string/main_slim_options"
                 app:layout_constraintStart_toStartOf="parent"
                 app:layout_constraintTop_toTopOf="parent" />

+ 1 - 0
app/src/main/res/layout/note_fragment.xml

@@ -12,6 +12,7 @@
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
+        android:paddingTop="20dp"
         android:orientation="vertical">
 
         <EditText