use smaller padding at the Pause button
This commit is contained in:
parent
054026ed54
commit
fbc2a529ac
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
android:layout_height="@dimen/fab_size"
|
||||
android:layout_marginBottom="@dimen/big_margin"
|
||||
android:background="@drawable/circle_background"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:padding="@dimen/normal_margin"
|
||||
android:src="@drawable/ic_pause_vector"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
Loading…
Reference in a new issue