文档中心UI调整
This commit is contained in:
parent
7d7c2b8223
commit
24ce192f76
@ -202,9 +202,11 @@ public class ChooseDocTypeActivity extends BaseActivity {
|
|||||||
if (type == 1) {
|
if (type == 1) {
|
||||||
mAdapter.setType(2);
|
mAdapter.setType(2);
|
||||||
mBtnEditType.setText("取消");
|
mBtnEditType.setText("取消");
|
||||||
|
mBtnEditType.setBackground(getResources().getDrawable(R.drawable.shape_btn_nomal_gray_no_size));
|
||||||
} else {
|
} else {
|
||||||
mAdapter.setType(1);
|
mAdapter.setType(1);
|
||||||
mBtnEditType.setText("编辑");
|
mBtnEditType.setText("编辑");
|
||||||
|
mBtnEditType.setBackground(getResources().getDrawable(R.drawable.sel_btn_activity_sign_up));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//编辑或删除
|
//编辑或删除
|
||||||
|
Loading…
Reference in New Issue
Block a user