mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e260096467
--HG-- extra : rebase_source : 4ede125667edcbed18559f3346ee559f5d5cb7bc
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<org.mozilla.gecko.menu.MenuItemDefault
|
|
android:id="@+id/menu_item"
|
|
android:layout_width="0dip"
|
|
android:layout_height="fill_parent"
|
|
android:layout_weight="1.0"
|
|
android:background="@drawable/action_bar_button"
|
|
android:clickable="true"
|
|
android:focusable="true"/>
|
|
|
|
<ImageButton android:id="@+id/action_button"
|
|
android:layout_width="@dimen/menu_item_action_icon"
|
|
android:layout_height="@dimen/menu_item_row_height"
|
|
android:paddingTop="8dip"
|
|
android:paddingBottom="8dip"
|
|
android:scaleType="centerInside"
|
|
android:background="@drawable/action_bar_button"
|
|
android:layout_gravity="center_vertical"
|
|
android:visibility="gone"/>
|
|
|
|
</merge>
|