New FAB and track number fix
This commit is contained in:
parent
6a2c3e565d
commit
3153299592
16 changed files with 60 additions and 40 deletions
|
|
@ -130,7 +130,7 @@
|
|||
android:layout_margin="16dp"
|
||||
android:background="?attr/music_controller_container_color">
|
||||
|
||||
<com.melnykov.fab.FloatingActionButton
|
||||
<com.github.clans.fab.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
style="@style/PlayPauseFab"
|
||||
android:layout_centerInParent="true"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<dimen name="activity_vertical_margin">16dp</dimen>
|
||||
|
||||
<dimen name="default_item_margin">16dp</dimen>
|
||||
<dimen name="list_top_margin">8dp</dimen>
|
||||
|
||||
<!-- Per the design guidelines, navigation drawers should be between 240dp and 320dp:
|
||||
https://developer.android.com/design/patterns/navigation-drawer.html -->
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@
|
|||
<item name="elevation">8dp</item>
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="fab_shadow">true</item>
|
||||
</style>
|
||||
|
||||
<style name="NotificationButtonParent">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue