Files
palemoon27/mobile/android/base/resources/layout/firstrun_pane.xml
T
2018-07-24 23:11:02 +08:00

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>