|
@@ -2,14 +2,15 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
xmlns:fab="http://schemas.android.com/apk/res-auto"
|
|
xmlns:fab="http://schemas.android.com/apk/res-auto"
|
|
|
- android:layout_height="match_parent">
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ android:background="@android:color/holo_green_light">
|
|
|
|
|
|
|
|
<terranovaproductions.newcomicreader.FloatingActionMenu
|
|
<terranovaproductions.newcomicreader.FloatingActionMenu
|
|
|
android:id="@+id/fab_menu_line"
|
|
android:id="@+id/fab_menu_line"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:padding="16dp"
|
|
|
|
|
- android:background="@android:color/holo_green_light">
|
|
|
|
|
|
|
+ android:layout_marginBottom="16dp"
|
|
|
|
|
+ android:layout_marginRight="16dp">
|
|
|
|
|
|
|
|
<!--First button as menu button-->
|
|
<!--First button as menu button-->
|
|
|
<android.support.design.widget.FloatingActionButton
|
|
<android.support.design.widget.FloatingActionButton
|