New FAB and track number fix

This commit is contained in:
Karim Abou Zeid 2015-04-02 13:41:21 +02:00
commit 3153299592
16 changed files with 60 additions and 40 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"/>

View file

@ -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"

View file

@ -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"