mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
Fix spinner theme on pre-lollipop
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/sFrequency"
|
||||
style="@style/dialogFormSpinner"
|
||||
style="?dialogFormSpinnerTheme"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:entries="@array/frequencyQuickSelect"
|
||||
@@ -111,7 +111,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/inputReminderTime"
|
||||
style="@style/dialogFormSpinner"/>
|
||||
style="?dialogFormSpinnerTheme"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -125,7 +125,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/inputReminderDays"
|
||||
style="@style/dialogFormSpinner"/>
|
||||
style="?dialogFormSpinnerTheme"/>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user