1c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov<?xml version="1.0" encoding="utf-8"?>
2c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov<!--
3c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     Copyright (C) 2015 The Android Open Source Project
4c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov
5c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     Licensed under the Apache License, Version 2.0 (the "License");
6c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     you may not use this file except in compliance with the License.
7c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     You may obtain a copy of the License at
8c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov
9c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov          http://www.apache.org/licenses/LICENSE-2.0
10c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov
11c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     Unless required by applicable law or agreed to in writing, software
12c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     distributed under the License is distributed on an "AS IS" BASIS,
13c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     See the License for the specific language governing permissions and
15c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov     limitations under the License.
16c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov-->
17c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov
18c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov<android.support.design.widget.TabLayout
19c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov        xmlns:android="http://schemas.android.com/apk/res/android"
20c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov        xmlns:app="http://schemas.android.com/apk/res-auto"
21c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov        android:id="@+id/tabs"
22c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov        android:layout_height="wrap_content"
23c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov        android:layout_width="match_parent"
24c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov        app:tabMode="scrollable"
25c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov        app:tabContentStart="72dp"
26c7f2aad754af4373c32fcab613de0ba164ada2a2Kirill Grouchnikov        app:tabMaxWidth="@dimen/tab_width_limit_medium" />
27