diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f4c3262..db2039e 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -10,20 +10,11 @@
-
-
-
-
-
-
-
-
-
@@ -45,7 +36,77 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -53,7 +114,7 @@
-
+
@@ -2498,12 +2559,12 @@
@@ -2565,7 +2626,7 @@
-
+
@@ -2579,8 +2640,7 @@
-
-
+
@@ -2601,9 +2661,18 @@
-
+
+
+
+
+
+
+
+
+
+
@@ -2612,13 +2681,15 @@
+
+
-
+
@@ -2626,7 +2697,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2653,6 +2742,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2668,6 +2782,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2692,6 +2822,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2726,9 +2895,15 @@
-
+
+
+
+
+
+
+
@@ -2754,9 +2929,8 @@
-
-
+
@@ -2764,7 +2938,7 @@
-
+
@@ -2778,10 +2952,19 @@
+
+
+
+
+
+
+
+
+
@@ -2794,16 +2977,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -2814,7 +2987,6 @@
-
@@ -2822,14 +2994,6 @@
-
-
-
-
-
-
-
-
@@ -2874,23 +3038,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2898,7 +3045,6 @@
-
@@ -2906,16 +3052,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -2923,7 +3059,6 @@
-
@@ -2931,23 +3066,53 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Samples/Samples.iml b/Samples/Samples.iml
index 801e715..9f0ed86 100644
--- a/Samples/Samples.iml
+++ b/Samples/Samples.iml
@@ -64,14 +64,6 @@
-
-
-
-
-
-
-
-
@@ -80,6 +72,14 @@
+
+
+
+
+
+
+
+
@@ -93,6 +93,7 @@
+
@@ -100,6 +101,7 @@
+
diff --git a/Samples/build.gradle b/Samples/build.gradle
index f442308..9177be8 100644
--- a/Samples/build.gradle
+++ b/Samples/build.gradle
@@ -220,6 +220,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
+
+ android {
+ lintOptions {
+ abortOnError false
+ }
+ }
}
dependencies {
diff --git a/VerticalMarqueeTextView/VerticalMarqueeTextView.iml b/VerticalMarqueeTextView/VerticalMarqueeTextView.iml
index 7742b1f..28e7d61 100644
--- a/VerticalMarqueeTextView/VerticalMarqueeTextView.iml
+++ b/VerticalMarqueeTextView/VerticalMarqueeTextView.iml
@@ -65,14 +65,6 @@
-
-
-
-
-
-
-
-
@@ -81,6 +73,15 @@
+
+
+
+
+
+
+
+
+
@@ -95,7 +96,10 @@
+
+
+
diff --git a/VerticalMarqueeTextView/build.gradle b/VerticalMarqueeTextView/build.gradle
index c08e94b..5b4448a 100644
--- a/VerticalMarqueeTextView/build.gradle
+++ b/VerticalMarqueeTextView/build.gradle
@@ -222,6 +222,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
+
+ android {
+ lintOptions {
+ abortOnError false
+ }
+ }
}
dependencies {