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: 8fb96bf4ea29b26ee3e89101b448dd3850246bc5 (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">
  <android.support.design.widget.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">
    <android.support.v4.view.ViewPager
      android:id="@+id/viewpager"
      android:layout_width="match_parent"
      android:layout_height="match_parent"/>
  </FrameLayout>
</LinearLayout>