diff --git a/MPfm/MPfm.Android/MPfm.Android.csproj b/MPfm/MPfm.Android/MPfm.Android.csproj index deeb6742..88013311 100644 --- a/MPfm/MPfm.Android/MPfm.Android.csproj +++ b/MPfm/MPfm.Android/MPfm.Android.csproj @@ -592,6 +592,7 @@ + diff --git a/MPfm/MPfm.Android/Resources/Drawable/thumb_big.xml b/MPfm/MPfm.Android/Resources/Drawable/thumb_big.xml new file mode 100644 index 00000000..e610adfd --- /dev/null +++ b/MPfm/MPfm.Android/Resources/Drawable/thumb_big.xml @@ -0,0 +1,11 @@ + + + + + diff --git a/MPfm/MPfm.Android/Resources/Layout/EqualizerPresets.axml b/MPfm/MPfm.Android/Resources/Layout/EqualizerPresets.axml index 4981c2bf..0393aa16 100644 --- a/MPfm/MPfm.Android/Resources/Layout/EqualizerPresets.axml +++ b/MPfm/MPfm.Android/Resources/Layout/EqualizerPresets.axml @@ -36,14 +36,14 @@ android:layout_height="wrap_content" android:layout_margin="2dp" android:progressDrawable="@drawable/progress" - android:thumb="@drawable/thumb" + android:thumb="@drawable/thumb_big" android:thumbOffset="8dp" android:paddingTop="10px" android:paddingBottom="10px" android:paddingLeft="24px" android:paddingRight="24px" - android:minHeight="10dp" - android:maxHeight="10dp" + android:minHeight="12dp" + android:maxHeight="12dp" android:max="100" />