|
|
@ -58,7 +58,7 @@ |
|
|
|
android:background="?attr/dividerColor" |
|
|
|
android:background="?attr/dividerColor" |
|
|
|
android:baselineAligned="false" |
|
|
|
android:baselineAligned="false" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:weightSum="3"> |
|
|
|
android:weightSum="4"> |
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
<FrameLayout |
|
|
|
android:id="@+id/action_back" |
|
|
|
android:id="@+id/action_back" |
|
|
@ -94,6 +94,23 @@ |
|
|
|
android:src="@drawable/ic_action_plus" /> |
|
|
|
android:src="@drawable/ic_action_plus" /> |
|
|
|
</FrameLayout> |
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
|
|
|
android:id="@+id/action_home" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
|
|
android:background="?attr/actionBarItemBackground" |
|
|
|
|
|
|
|
android:clickable="true"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
|
|
android:id="@+id/icon_home" |
|
|
|
|
|
|
|
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" /> |
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
<FrameLayout |
|
|
|
android:id="@+id/action_forward" |
|
|
|
android:id="@+id/action_forward" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|