ProgressBar固定样式(防止5.0以上样式改变),修改SwitchButton样式
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user