diff options
author | Renard | 2016-04-14 17:58:28 -0300 |
---|---|---|
committer | Renard | 2016-04-14 17:58:28 -0300 |
commit | b1f9647cf318ee9916aa8a31ec062475b35bcfdf (patch) | |
tree | e5ed6dd474c4ea9821f3626f692f1db4f08aa85c /app/src/main/java/org/bienvenidoainternet/baiparser/ViewerActivity.java | |
parent | 660334be620649dbf2aaf7360dd8d9eff91bb6d9 (diff) | |
download | BaiApp-b1f9647cf318ee9916aa8a31ec062475b35bcfdf.tar.gz BaiApp-b1f9647cf318ee9916aa8a31ec062475b35bcfdf.tar.xz BaiApp-b1f9647cf318ee9916aa8a31ec062475b35bcfdf.zip |
LICENSE
Diffstat (limited to 'app/src/main/java/org/bienvenidoainternet/baiparser/ViewerActivity.java')
-rw-r--r-- | app/src/main/java/org/bienvenidoainternet/baiparser/ViewerActivity.java | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/java/org/bienvenidoainternet/baiparser/ViewerActivity.java b/app/src/main/java/org/bienvenidoainternet/baiparser/ViewerActivity.java index 8dc1262..3da7f92 100644 --- a/app/src/main/java/org/bienvenidoainternet/baiparser/ViewerActivity.java +++ b/app/src/main/java/org/bienvenidoainternet/baiparser/ViewerActivity.java @@ -25,6 +25,24 @@ import java.util.ArrayList; import layout.FragmentImage; +/** + * BaiApp - Bienvenido a internet Android Application + * Copyright (C) 2016 Renard1911(https://github.com/Renard1911) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + public class ViewerActivity extends AppCompatActivity implements FragmentImage.OnFragmentInteractionListener { private static final String EXTRA_FILELIST = "fileList", EXTRA_RELATIVEPOSITION = "position"; private ViewPager imagePager; |