File tree 3 files changed +6
-13
lines changed
3 files changed +6
-13
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.0'
51
51
52
52
}
Original file line number Diff line number Diff line change 17
17
android : layout_width =" wrap_content"
18
18
android : id =" @+id/showMoreText"
19
19
android : layout_height =" wrap_content"
20
- app : showMoreMaxLine =" 2 "
20
+ app : showMoreMaxLine =" 3 "
21
21
android : text =" @string/long_text"
22
- app : showMoreTextColor =" @color/teal_700 "
23
- app : showMoreText =" Show More"
22
+ app : showMoreTextColor =" #87012B "
23
+ app : showMoreText =" ... Show More"
24
24
app : layout_constraintStart_toStartOf =" parent"
25
25
app : layout_constraintEnd_toEndOf =" parent"
26
26
app : layout_constraintTop_toTopOf =" parent"
27
27
/>
28
28
29
- <TextView
30
- android : layout_width =" wrap_content"
31
- android : layout_height =" wrap_content"
32
- app : layout_constraintStart_toStartOf =" parent"
33
- app : layout_constraintEnd_toEndOf =" parent"
34
- app : layout_constraintTop_toBottomOf =" @id/showMoreText"
35
- android : text =" @string/long_text"
36
- />
29
+
37
30
</androidx .constraintlayout.widget.ConstraintLayout>
38
31
</layout >
You can’t perform that action at this time.
0 commit comments