ProgressBar固定样式(防止5.0以上样式改变),修改SwitchButton样式

This commit is contained in:
kehaoyuan
2017-05-08 18:36:45 +08:00
parent 375f538bc1
commit 6aee2ae6b9
17 changed files with 35 additions and 20 deletions

View File

@ -129,7 +129,7 @@ public class MessageShareUtils {
RelativeLayout contentView = new RelativeLayout(context);
contentView.setLayoutParams(new RelativeLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT));
contentView.setBackgroundColor(Color.YELLOW);
contentView.setBackgroundColor(0x8c000000);
contentView.setFocusable(true);
contentView.setFocusableInTouchMode(true);