Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fragment_bookmark_categories_pager.xml « layout « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1c81a5ec19b64fd90ddc6c260fd056525b2c14f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:app="http://schemas.android.com/apk/res-auto"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:orientation="vertical">
  <com.google.android.material.tabs.TabLayout
    android:id="@+id/sliding_tabs_layout"
    style="@style/MwmWidget.TabLayout"
    android:layout_width="match_parent"
    android:layout_height="@dimen/tabs_height"/>
  <FrameLayout
    android:foreground="@drawable/shadow_top"
    android:layout_width="match_parent"
    android:layout_height="@dimen/dp_0"
    android:layout_weight="1">
    <androidx.viewpager.widget.ViewPager
      android:id="@+id/viewpager"
      android:layout_width="match_parent"
      android:layout_height="match_parent"/>
  </FrameLayout>
</LinearLayout>