OsmAnd/OsmAnd/res/layout/activity_livie_updates.xml

27 lines
1,007 B
XML
Raw Normal View History

2015-12-04 17:05:07 +01:00
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/spinnerListBackground"
android:clickable="true"
android:orientation="vertical"
tools:context="net.osmand.plus.osmedit.EditPoiDialogFragment">
<android.support.design.widget.TabLayout
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
2015-12-30 11:28:13 +01:00
android:background="?attr/pstsTabBackground"
android:theme="?attr/appbar_layout_theme"
2015-12-04 17:05:07 +01:00
app:layout_scrollFlags="scroll"
2015-12-30 11:28:13 +01:00
app:tabIndicatorColor="?attr/pstsIndicatorColor"/>
2015-12-04 17:05:07 +01:00
<android.support.v4.view.ViewPager
android:id="@+id/viewpager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
2015-12-04 17:05:07 +01:00
</LinearLayout>