Minor layout changes on the spinners
This commit is contained in:
parent
0c1e8d5131
commit
7f159149ef
@ -65,7 +65,7 @@
|
||||
android:id="@+id/sFrequency"
|
||||
android:theme="@style/dialogFormText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="25dp"
|
||||
android:minWidth="400dp"
|
||||
android:entries="@array/frequencyQuickSelect"
|
||||
android:visibility="gone"/>
|
||||
|
||||
@ -61,15 +61,15 @@
|
||||
style="@style/Card"
|
||||
android:gravity="center">
|
||||
|
||||
<Spinner
|
||||
<android.support.v7.widget.AppCompatSpinner
|
||||
android:id="@+id/sStrengthInterval"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="22dp"
|
||||
android:entries="@array/strengthIntervalNames"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:minWidth="100dp"
|
||||
android:theme="@style/SmallSpinner"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
|
||||
@ -59,6 +59,11 @@
|
||||
<item name="aboutScreenColor">@color/blue_800</item>
|
||||
</style>
|
||||
|
||||
<style name="SmallSpinner">
|
||||
<item name="android:textColor">?mediumContrastTextColor</item>
|
||||
<item name="android:textSize">@dimen/smallTextSize</item>
|
||||
</style>
|
||||
|
||||
<style name="AppBaseThemeDark" parent="@style/Theme.AppCompat.NoActionBar">
|
||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
|
||||
<item name="windowActionModeOverlay">true</item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user