From 858c1111f346e860ab6afdb81886e4c1f270133c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=80=80=E5=BA=B7?= <229144497@qq.com> Date: Tue, 17 Aug 2021 10:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9D=83=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sample/PagerAdapter.java | 15 +++++++++++++++ .../views/RecyclerView.java | 14 ++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/entry/src/main/java/com/simplecityapps/recyclerview_fastscroll/sample/PagerAdapter.java b/entry/src/main/java/com/simplecityapps/recyclerview_fastscroll/sample/PagerAdapter.java index 3edf152..b21808c 100644 --- a/entry/src/main/java/com/simplecityapps/recyclerview_fastscroll/sample/PagerAdapter.java +++ b/entry/src/main/java/com/simplecityapps/recyclerview_fastscroll/sample/PagerAdapter.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.simplecityapps.recyclerview_fastscroll.sample; import com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView; diff --git a/recyclerview_fastscroll/src/main/java/com/simplecityapps/recyclerview_fastscroll/views/RecyclerView.java b/recyclerview_fastscroll/src/main/java/com/simplecityapps/recyclerview_fastscroll/views/RecyclerView.java index bb2692a..ec861c2 100644 --- a/recyclerview_fastscroll/src/main/java/com/simplecityapps/recyclerview_fastscroll/views/RecyclerView.java +++ b/recyclerview_fastscroll/src/main/java/com/simplecityapps/recyclerview_fastscroll/views/RecyclerView.java @@ -1,3 +1,17 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.simplecityapps.recyclerview_fastscroll.views; import ohos.agp.components.*; -- Gitee