New FAB and track number fix
This commit is contained in:
parent
6a2c3e565d
commit
3153299592
16 changed files with 60 additions and 40 deletions
|
|
@ -70,7 +70,7 @@
|
|||
android:background="@android:color/transparent"/>
|
||||
</LinearLayout>
|
||||
|
||||
<com.melnykov.fab.FloatingActionButton
|
||||
<com.github.clans.fab.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
style="@style/PlayPauseFab"
|
||||
android:layout_gravity="right"
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
android:layout_alignParentTop="true"
|
||||
android:background="#00000000"/>
|
||||
|
||||
<com.melnykov.fab.FloatingActionButton
|
||||
<com.github.clans.fab.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
style="@style/PlayPauseFab"
|
||||
android:layout_gravity="bottom|right"
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
android:background="@android:color/transparent"/>
|
||||
</LinearLayout>
|
||||
|
||||
<com.melnykov.fab.FloatingActionButton
|
||||
<com.github.clans.fab.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
style="@style/PlayPauseFab"
|
||||
android:layout_gravity="right"
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
android:layout_gravity="right|bottom"
|
||||
android:fitsSystemWindows="true">
|
||||
|
||||
<com.melnykov.fab.FloatingActionButton
|
||||
<com.github.clans.fab.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
style="@style/PlayPauseFab"
|
||||
android:layout_margin="16dp"
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@
|
|||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_shuffle_grey600_48dp"/>
|
||||
|
||||
<com.melnykov.fab.FloatingActionButton
|
||||
<com.github.clans.fab.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
style="@style/PlayPauseFab"
|
||||
android:layout_centerInParent="true"/>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
android:layout_gravity="right|bottom"
|
||||
android:fitsSystemWindows="true">
|
||||
|
||||
<com.melnykov.fab.FloatingActionButton
|
||||
<com.github.clans.fab.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
style="@style/PlayPauseFab"
|
||||
android:layout_margin="16dp"
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@
|
|||
android:layout_alignParentTop="true"
|
||||
android:background="#00000000"/>
|
||||
|
||||
<com.melnykov.fab.FloatingActionButton
|
||||
<com.github.clans.fab.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
style="@style/PlayPauseFab"
|
||||
android:layout_gravity="bottom|right"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue