summaryrefslogtreecommitdiffstats
path: root/res/layout-land/nav_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/nav_screen.xml')
-rw-r--r--res/layout-land/nav_screen.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/res/layout-land/nav_screen.xml b/res/layout-land/nav_screen.xml
index 1af5c4450..fb511db8b 100644
--- a/res/layout-land/nav_screen.xml
+++ b/res/layout-land/nav_screen.xml
@@ -31,7 +31,8 @@
android:layout_height="@dimen/toolbar_height"
android:layout_gravity="top"
android:gravity="right"
- android:background="#CC0d0d0d">
+ android:background="#4caf50"
+ android:elevation="8dp">
<ImageButton
android:id="@+id/newtab"
android:layout_width="wrap_content"
@@ -39,6 +40,7 @@
style="@style/HoloButton"
android:gravity="center_vertical"
android:contentDescription="@string/accessibility_button_newtab"
+ android:visibility="gone"
android:src="@drawable/ic_new_window_dark" />
<ImageButton
android:id="@+id/bookmarks"
@@ -58,4 +60,20 @@
android:contentDescription="@string/accessibility_button_more"
android:src="@drawable/ic_menu_overflow" />
</LinearLayout>
+ <FrameLayout
+ android:id="@+id/floating_action_button_container"
+ android:background="@drawable/fab_accent"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentBottom="true"
+ android:layout_margin="16dp"
+ android:elevation="4dp"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content">
+ <ImageButton
+ android:id="@+id/floating_action_button"
+ android:layout_width="56dp"
+ android:layout_height="56dp"
+ android:background="@drawable/floating_action_button"
+ android:src="@drawable/ic_new_window_dark"/>
+ </FrameLayout>
</RelativeLayout>