|
|
|
@ -26,7 +26,7 @@
@@ -26,7 +26,7 @@
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:contentDescription="@string/action_new_tab" |
|
|
|
|
android:src="@drawable/ic_action_tabs" /> |
|
|
|
|
android:src="@drawable/ic_action_tabs"/> |
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
@ -38,7 +38,7 @@
@@ -38,7 +38,7 @@
|
|
|
|
|
android:maxLines="1" |
|
|
|
|
android:minHeight="?android:attr/listPreferredItemHeight" |
|
|
|
|
android:text="@string/tabs" |
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" /> |
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"/> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView |
|
|
|
@ -48,7 +48,7 @@
@@ -48,7 +48,7 @@
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:divider="@null" |
|
|
|
|
android:dividerHeight="0dp" |
|
|
|
|
android:overScrollMode="ifContentScrolls" /> |
|
|
|
|
android:overScrollMode="ifContentScrolls"/> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -72,11 +72,11 @@
@@ -72,11 +72,11 @@
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:contentDescription="@string/action_back" |
|
|
|
|
android:src="@drawable/ic_action_back" /> |
|
|
|
|
android:src="@drawable/ic_action_back"/> |
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/new_tab_button" |
|
|
|
|
android:id="@+id/action_home" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="1" |
|
|
|
@ -84,16 +84,16 @@
@@ -84,16 +84,16 @@
|
|
|
|
|
android:clickable="true"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/icon_plus" |
|
|
|
|
android:id="@+id/icon_home" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:contentDescription="@string/action_new_tab" |
|
|
|
|
android:src="@drawable/ic_action_plus" /> |
|
|
|
|
android:contentDescription="@string/action_homepage" |
|
|
|
|
android:src="@drawable/ic_action_home"/> |
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/action_home" |
|
|
|
|
android:id="@+id/action_forward" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="1" |
|
|
|
@ -101,16 +101,16 @@
@@ -101,16 +101,16 @@
|
|
|
|
|
android:clickable="true"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/icon_home" |
|
|
|
|
android:id="@+id/icon_forward" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:contentDescription="@string/action_homepage" |
|
|
|
|
android:src="@drawable/ic_action_home" /> |
|
|
|
|
android:contentDescription="@string/action_forward" |
|
|
|
|
android:src="@drawable/ic_action_forward"/> |
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/action_forward" |
|
|
|
|
android:id="@+id/new_tab_button" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="1" |
|
|
|
@ -118,12 +118,12 @@
@@ -118,12 +118,12 @@
|
|
|
|
|
android:clickable="true"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/icon_forward" |
|
|
|
|
android:id="@+id/icon_plus" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:contentDescription="@string/action_forward" |
|
|
|
|
android:src="@drawable/ic_action_forward" /> |
|
|
|
|
android:contentDescription="@string/action_new_tab" |
|
|
|
|
android:src="@drawable/ic_action_plus"/> |
|
|
|
|
</FrameLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|