12917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes/*
22917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * Copyright (C) 2015 The Android Open Source Project
32917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes *
42917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * Licensed under the Apache License, Version 2.0 (the "License");
52917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * you may not use this file except in compliance with the License.
62917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * You may obtain a copy of the License at
72917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes *
82917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes *      http://www.apache.org/licenses/LICENSE-2.0
92917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes *
102917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * Unless required by applicable law or agreed to in writing, software
112917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * distributed under the License is distributed on an "AS IS" BASIS,
122917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
132917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * See the License for the specific language governing permissions and
142917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes * limitations under the License.
152917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes */
162917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes
172917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banespackage com.example.android.support.design.widget;
182917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes
192917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banesimport com.example.android.support.design.R;
202917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes
212917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banespublic class AppBarLayoutToolbarCollapseThenPinNested extends AppBarLayoutUsageBase {
222917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes
232917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes    @Override
242917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes    protected int getLayoutId() {
252917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes        return R.layout.design_appbar_toolbar_collapse_pin_nested;
262917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes    }
272917e08ed4bbe9406e0f88f87c6024ba3b92b781Chris Banes}
28