File tree 2 files changed +3
-3
lines changed
showmoretextview/src/main/java/com/sanjayprajapat/showmoretextview
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ dependencies {
44
44
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
45
45
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
46
46
47
- // implementation project(':showmoretextview')
47
+ implementation project(' :showmoretextview' )
48
48
49
49
50
- implementation ' com.github.sanjaydraws:ShowMoreTextView:1.0.0 '
50
+ // implementation 'com.github.sanjaydraws:ShowMoreTextView:1.0.2 '
51
51
52
52
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class ShowMoreTextView @JvmOverloads constructor(
32
32
private const val MAX_LINE_DEFAULT = 3
33
33
}
34
34
35
-
35
+
36
36
private var showMoreMaxLine: Int? = MAX_LINE_DEFAULT
37
37
private var showMoreText: String? = context.getString(R .string.show_more)
38
38
private var showMoreColor: Int? = ContextCompat .getColor(context, R .color.show_more_color)
You can’t perform that action at this time.
0 commit comments