完成游戏详情自定义栏目的UI https://gitlab.ghzs.com/pm/halo-app-issues/issues/829
This commit is contained in:
@ -24,7 +24,7 @@ public class ExpandTextView extends AppCompatTextView {
|
||||
private CharSequence mSnapshotText;
|
||||
|
||||
private String mExpendText = "...全文";
|
||||
private int expandTextBackgroundColor = Color.WHITE;
|
||||
private int expandTextBackgroundColor = Color.TRANSPARENT;
|
||||
|
||||
private int mMaxLines = 3; // 由于sdk版本限制(getMaxLines) 这里设置默认值
|
||||
|
||||
|
||||
Reference in New Issue
Block a user