mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
Fix spinners on EditHabitDialog
This commit is contained in:
@@ -61,11 +61,12 @@
|
||||
style="@style/dialogFormLabel"
|
||||
android:text="@string/repeat"/>
|
||||
|
||||
<Spinner
|
||||
<android.support.v7.widget.AppCompatSpinner
|
||||
android:id="@+id/sFrequency"
|
||||
style="?dialogFormSpinnerTheme"
|
||||
android:theme="@style/dialogFormText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="400dp"
|
||||
android:entries="@array/frequencyQuickSelect"
|
||||
android:visibility="gone"/>
|
||||
|
||||
@@ -111,7 +112,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/inputReminderTime"
|
||||
style="?dialogFormSpinnerTheme"/>
|
||||
style="@style/dialogFormSpinner"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -125,7 +126,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/inputReminderDays"
|
||||
style="?dialogFormSpinnerTheme"/>
|
||||
style="@style/dialogFormSpinner"/>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user