Add padding to the top of every command page

Stephen Paul Weber created

Change summary

src/cheogram/res/layout/command_page.xml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

src/cheogram/res/layout/command_page.xml 🔗

@@ -7,6 +7,7 @@
 
         <androidx.recyclerview.widget.RecyclerView
             android:id="@+id/form"
+            android:paddingTop="8dp"
             android:layout_width="match_parent"
             android:layout_height="fill_parent"
             android:layout_above="@+id/done"