summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/layout/overlay_share_send_tab_item.xml
blob: 99d7238663c8d304b5fa74f1f036a596732518ae (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<!-- The first item's background is unique and these views are reused
     so the background is set dynamically. -->
<org.mozilla.gecko.overlays.ui.OverlayDialogButton
    xmlns:android="http://schemas.android.com/apk/res/android"
    style="@style/ShareOverlayRow"
    android:id="@+id/overlay_send_tab_item"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"/>