diff --git a/app/src/main/res/layout/fragment_graph.xml b/app/src/main/res/layout/fragment_graph.xml index b19e7bbf6ad5a68fee5f0a1cc3cec7e36a2c0e6a..b6b54eee2736747939f72fd34a4c257a16cb5e1f 100644 --- a/app/src/main/res/layout/fragment_graph.xml +++ b/app/src/main/res/layout/fragment_graph.xml @@ -39,15 +39,16 @@ <androidx.appcompat.widget.AppCompatSpinner android:id="@+id/etKategori" - android:layout_width="300dp" - android:layout_height="50dp" + android:layout_width="wrap_content" + android:textSize="20sp" + android:layout_height="wrap_content" android:layout_marginTop="30dp" android:background="@color/white" android:ems="10" android:fontFamily="@font/syne_regular" android:hint="@string/kategori" android:inputType="text" - android:padding="5dp" + android:paddingVertical="15dp" android:spinnerMode="dropdown" android:layout_marginBottom="10dp" />