mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +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
|
||||
android:id="@id/exo_rew_with_amount"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
android:layout_marginRight="25dp"
|
||||
android:scaleX="1.1"
|
||||
android:scaleY="1.1"
|
||||
style="@style/ExoStyledControls.Button.Center.RewWithAmount" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@id/exo_play_pause"
|
||||
android:scaleX="1.1"
|
||||
android:scaleY="1.1"
|
||||
style="@style/ExoStyledControls.Button.Center.PlayPause" />
|
||||
|
||||
<Button
|
||||
android:id="@id/exo_ffwd_with_amount"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
android:layout_marginLeft="25dp"
|
||||
android:scaleX="1.1"
|
||||
android:scaleY="1.1"
|
||||
style="@style/ExoStyledControls.Button.Center.FfwdWithAmount" />
|
||||
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user