Refactoring

This commit is contained in:
Karim Abou Zeid 2016-02-28 23:02:59 +01:00
commit 8d3cc602c4
6 changed files with 6 additions and 18 deletions

View file

@ -149,7 +149,7 @@
<android.support.design.widget.FloatingActionButton
android:id="@+id/play_pause_fab"
style="@style/PlayPauseFab"
style="@style/Fab"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin_top_left_right"
app:srcCompat="@drawable/ic_done_white_24dp" />

View file

@ -173,7 +173,7 @@
<android.support.design.widget.FloatingActionButton
android:id="@+id/play_pause_fab"
style="@style/PlayPauseFab"
style="@style/Fab"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin_top_left_right"
app:srcCompat="@drawable/ic_done_white_24dp" />

View file

@ -126,7 +126,7 @@
app:pressedTranslationZ="2dp"
app:elevation="4dp"
android:id="@+id/player_play_pause_fab"
style="@style/PlayPauseFab"
style="@style/Fab"
android:layout_centerInParent="true" />
</RelativeLayout>