Small bugfixes and better performance

This commit is contained in:
Karim Abou Zeid 2015-04-06 18:37:51 +02:00
commit e39162c126
21 changed files with 202 additions and 105 deletions

View file

@ -70,7 +70,7 @@
android:background="@android:color/transparent"/>
</LinearLayout>
<com.github.clans.fab.FloatingActionButton
<com.melnykov.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.github.clans.fab.FloatingActionButton
<com.melnykov.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.github.clans.fab.FloatingActionButton
<com.melnykov.fab.FloatingActionButton
android:id="@+id/fab"
style="@style/PlayPauseFab"
android:layout_gravity="right"

View file

@ -63,8 +63,8 @@
android:background="?colorPrimary"
app:elevation="@dimen/toolbar_elevation"
android:paddingLeft="64dp"
android:textColor="@color/grey_400"
android:textColorPrimary="@color/white"
android:textColor="@color/sliding_tabs_deactivated"
android:textColorPrimary="@color/sliding_tabs_activated"
app:pstsTabPaddingLeftRight="8dp"/>
<View
@ -79,7 +79,7 @@
android:layout_gravity="right|bottom"
android:fitsSystemWindows="true">
<com.github.clans.fab.FloatingActionButton
<com.melnykov.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.github.clans.fab.FloatingActionButton
<com.melnykov.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.github.clans.fab.FloatingActionButton
<com.melnykov.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.github.clans.fab.FloatingActionButton
<com.melnykov.fab.FloatingActionButton
android:id="@+id/fab"
style="@style/PlayPauseFab"
android:layout_gravity="bottom|right"