1、提取xml的字符串和部分java文件的字符串到strings.xml

2、提取color到colors.xml
This commit is contained in:
CsHeng
2017-04-28 16:13:32 +08:00
parent 9432e34571
commit b71e717da1
142 changed files with 687 additions and 507 deletions

View File

@ -489,7 +489,7 @@ public class ShareUtils {
layoutParams.setMargins(0, DisplayUtils.dip2px(context, 10), 0, 0);
shareLabel.setLayoutParams(layoutParams);
shareLabel.setGravity(Gravity.CENTER);
shareLabel.setTextColor(Color.parseColor("#3a3a3a"));
shareLabel.setTextColor(context.getResources().getColor(R.color.text_3a3a3a));
shareLabel.setTextSize(13);
linearLayout.addView(shareLogo);