|
@@ -187,4 +187,8 @@ public class CommonUserItemView extends ConstraintLayout {
|
|
|
public void setDetailTextColor(@ColorInt int color){
|
|
public void setDetailTextColor(@ColorInt int color){
|
|
|
detailText.setTextColor(color);
|
|
detailText.setTextColor(color);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public String getDetailText(){
|
|
|
|
|
+ return detailText.getText().toString();
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|