mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-28 23:51:04 +00:00
26 lines
1.1 KiB
XML
26 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"
|
|
xmlns:gecko="http://schemas.android.com/apk/res-auto">
|
|
|
|
<ImageView android:id="@+id/private_tabs_empty"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:src="@drawable/private_masq"
|
|
android:layout_gravity="center"/>
|
|
|
|
<!-- Note: for an unknown reason, scrolling in the TabsLayout
|
|
does not work unless it is laid out after the empty view. -->
|
|
<view class="org.mozilla.gecko.tabs.TabsPanel$TabsLayout"
|
|
android:id="@+id/private_tabs_layout"
|
|
style="@style/TabsLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:choiceMode="singleChoice"
|
|
gecko:tabs="tabs_private"/>
|
|
|
|
</merge>
|