You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The following actions are a violation of the GNU GPLv3 License:
27
28
* - Removing, hiding or altering the license or the code that displays it
28
29
* - Removing or changing the link to the original source code or the code that displays it
29
30
* - Removing or changing the donation link of the original project or the code that displays it
30
31
*
31
-
* If you're forking the application, it MUST be made clear that your version is a fork, who the original author is, and all references to the original project and license must not be removed.
32
+
* If you're forking the application, it MUST be made clear that your version is a fork,
33
+
* who the original author is, and all references to the original project and license must not be removed.
32
34
* You are free to add links to your project, donations, whatever to this activity.
33
35
*
34
36
* I am constantly monitoring all major Android app stores for violations. You have been warned.
Copy file name to clipboardExpand all lines: OpenPods/app/src/main/res/layout-land/activity_about.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
android:layout_width="match_parent"
5
5
android:layout_height="match_parent"
6
6
android:background="#FFFFFF"
7
-
android:paddingLeft="12dp"
8
-
android:paddingTop="12dp"
9
-
android:paddingRight="12dp"
7
+
android:paddingLeft="@dimen/padding_default"
8
+
android:paddingTop="@dimen/padding_default"
9
+
android:paddingRight="@dimen/padding_default"
10
10
tools:context=".AboutActivity"
11
11
tools:ignore="ContentDescription,ButtonStyle">
12
12
@@ -24,11 +24,11 @@
24
24
- Removing or changing the link to the original source code or the code that displays it
25
25
- Removing or changing the donation link of the original project or the code that displays it
26
26
27
-
If you're forking the application, it MUST be made clear that your version is a fork, who the original author is, and all references to the original project and license must not be removed.
27
+
If you're forking the application, it MUST be made clear that your version is a fork,
28
+
who the original author is, and all references to the original project and license must not be removed.
28
29
You are free to add links to your project, donations, whatever to this activity.
29
30
30
31
I am constantly monitoring all major Android app stores for violations. You have been warned.
Copy file name to clipboardExpand all lines: OpenPods/app/src/main/res/layout/activity_about.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
android:layout_width="match_parent"
5
5
android:layout_height="match_parent"
6
6
android:background="#FFFFFF"
7
-
android:paddingLeft="12dp"
8
-
android:paddingTop="12dp"
9
-
android:paddingRight="12dp"
7
+
android:paddingLeft="@dimen/padding_default"
8
+
android:paddingTop="@dimen/padding_default"
9
+
android:paddingRight="@dimen/padding_default"
10
10
tools:context=".AboutActivity"
11
11
tools:ignore="ContentDescription,ButtonStyle">
12
12
@@ -23,11 +23,11 @@
23
23
- Removing or changing the link to the original source code or the code that displays it
24
24
- Removing or changing the donation link of the original project or the code that displays it
25
25
26
-
If you're forking the application, it MUST be made clear that your version is a fork, who the original author is, and all references to the original project and license must not be removed.
26
+
If you're forking the application, it MUST be made clear that your version is a fork,
27
+
who the original author is, and all references to the original project and license must not be removed.
27
28
You are free to add links to your project, donations, whatever to this activity.
28
29
29
30
I am constantly monitoring all major Android app stores for violations. You have been warned.
0 commit comments