From 8e5146ffeab10797475412d8cd4671beda8d8b99 Mon Sep 17 00:00:00 2001 From: Davin Reinaldo Gozali <30622151+Dargoz@users.noreply.github.com> Date: Sat, 1 Aug 2020 00:05:45 +0700 Subject: [PATCH] Update BottomNavigationBar.java --- .../BottomNavigationBar.java | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/extendedbottomnavigationview/src/main/java/com/dargoz/extendedbottomnavigationview/BottomNavigationBar.java b/extendedbottomnavigationview/src/main/java/com/dargoz/extendedbottomnavigationview/BottomNavigationBar.java index 68d9f87..747df61 100644 --- a/extendedbottomnavigationview/src/main/java/com/dargoz/extendedbottomnavigationview/BottomNavigationBar.java +++ b/extendedbottomnavigationview/src/main/java/com/dargoz/extendedbottomnavigationview/BottomNavigationBar.java @@ -1,5 +1,18 @@ +/* Copyright 2020 Davin Reinaldo Gozali +* +* 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.dargoz.extendedbottomnavigationview; - import android.annotation.SuppressLint; import android.content.Context; import android.content.res.ColorStateList;