We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4308f commit 3d32243Copy full SHA for 3d32243
swipelayout/src/main/java/com/zerobranch/layout/SwipeLayout.java
@@ -1,7 +1,7 @@
1
/*
2
* The MIT License (MIT)
3
*
4
- * Copyright (c) 2018 Arman
+ * Copyright (c) 2018 zerobranch
5
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
* of this software and associated documentation files (the "Software"), to deal
@@ -46,7 +46,7 @@
46
* Date: 2018-09-27
47
* Repository #https://github.com/zerobranch/SwipeLayout
48
49
- * @author Arman
+ * @author zerobranch
50
*/
51
public class SwipeLayout extends FrameLayout {
52
public static final int LEFT = 1;
0 commit comments