mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 20:00:15 +00:00
29 lines
1.5 KiB
XML
29 lines
1.5 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/. -->
|
|
|
|
<org.mozilla.goanna.firstrun.FirstrunPane xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:goanna="http://schemas.android.com/apk/res-auto"
|
|
android:layout_height="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:background="@color/firstrun_background">
|
|
|
|
<org.mozilla.goanna.firstrun.FirstrunPager
|
|
android:id="@+id/firstrun_pager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/firstrun_pager_background">
|
|
|
|
<org.mozilla.goanna.home.HomePagerTabStrip android:id="@+id/firstrun_tab_strip"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:layout_gravity="top"
|
|
android:gravity="center_vertical"
|
|
android:background="@color/firstrun_tabstrip"
|
|
goanna:tabIndicatorColor="@color/text_color_highlight"
|
|
android:textColor="@color/android:white"/>
|
|
</org.mozilla.goanna.firstrun.FirstrunPager>
|
|
</org.mozilla.goanna.firstrun.FirstrunPane>
|