mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Merge pull request #603 from Bnyro/master
improve controls margin and size
This commit is contained in:
commit
7fbd247b6c
@ -244,18 +244,22 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@id/exo_rew_with_amount"
|
android:id="@id/exo_rew_with_amount"
|
||||||
android:paddingLeft="4dp"
|
android:layout_marginRight="25dp"
|
||||||
android:paddingRight="4dp"
|
android:scaleX="1.1"
|
||||||
|
android:scaleY="1.1"
|
||||||
style="@style/ExoStyledControls.Button.Center.RewWithAmount" />
|
style="@style/ExoStyledControls.Button.Center.RewWithAmount" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@id/exo_play_pause"
|
android:id="@id/exo_play_pause"
|
||||||
|
android:scaleX="1.1"
|
||||||
|
android:scaleY="1.1"
|
||||||
style="@style/ExoStyledControls.Button.Center.PlayPause" />
|
style="@style/ExoStyledControls.Button.Center.PlayPause" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@id/exo_ffwd_with_amount"
|
android:id="@id/exo_ffwd_with_amount"
|
||||||
android:paddingLeft="4dp"
|
android:layout_marginLeft="25dp"
|
||||||
android:paddingRight="4dp"
|
android:scaleX="1.1"
|
||||||
|
android:scaleY="1.1"
|
||||||
style="@style/ExoStyledControls.Button.Center.FfwdWithAmount" />
|
style="@style/ExoStyledControls.Button.Center.FfwdWithAmount" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user