fixed services page

This commit is contained in:
IvanaE 2018-11-13 21:54:44 -05:00
parent 0ae6c76777
commit 696c4e4e4b
6 changed files with 32 additions and 34 deletions

View file

@ -80,14 +80,14 @@
<com.jaredrummler.materialspinner.MaterialSpinner
android:id="@+id/ServicesInput"
android:layout_width="250dp"
android:layout_height="45dp"
android:layout_height="48dp"
android:layout_weight="1"
android:layout_marginTop="5dp"/>
android:layout_marginTop="4dp"/>
<Button
android:id="@+id/newService"
android:layout_width="wrap_content"
android:layout_height="55dp"
android:layout_height="60dp"
android:layout_weight="1"
android:onClick="addService"
android:text="Add"

View file

@ -17,7 +17,7 @@
android:textSize="15sp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:textAlignment="center"/>
/>
</LinearLayout>