Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d04fa6b4 authored by gaurav sharma's avatar gaurav sharma Committed by Josh Guilfoyle
Browse files

Changed the width of the spinner preference widget from wrap_content to 130sp.

parent f41ba178
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,6 @@

<com.tmobile.widget.ComboSpinner xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+android:id/spinner_preferences" 
    android:layout_width="fill_parent"
    android:layout_width="130sp"
    android:layout_height="wrap_content" />