14a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes/*
24a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * Copyright (C) 2015 The Android Open Source Project
34a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes *
44a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * Licensed under the Apache License, Version 2.0 (the "License");
54a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * you may not use this file except in compliance with the License.
64a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * You may obtain a copy of the License at
74a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes *
84a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes *      http://www.apache.org/licenses/LICENSE-2.0
94a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes *
104a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * Unless required by applicable law or agreed to in writing, software
114a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * distributed under the License is distributed on an "AS IS" BASIS,
124a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
134a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * See the License for the specific language governing permissions and
144a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes * limitations under the License.
154a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes */
164a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes
174a58e0859ab43f004d44868ff48589e329a80cb5Chris Banespackage com.example.android.support.design.widget;
184a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes
194a58e0859ab43f004d44868ff48589e329a80cb5Chris Banesimport com.example.android.support.design.R;
204a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes
214a58e0859ab43f004d44868ff48589e329a80cb5Chris Banespublic class AppBarLayoutToolbarCollapseThenPin extends AppBarLayoutUsageBase {
224a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes
234a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes    @Override
244a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes    protected int getLayoutId() {
254a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes        return R.layout.design_appbar_toolbar_collapse_pin;
264a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes    }
274a58e0859ab43f004d44868ff48589e329a80cb5Chris Banes}
28