|
|
@@ -351,6 +351,8 @@ public class PlatWDdetailyActivity extends BaseActivity {
|
|
|
|
|
|
//设置按钮的点击事件
|
|
|
final FormEditText deal_describe = (FormEditText) contentView.findViewById(R.id.deal_describe);
|
|
|
+ LinearLayout jump_step_ll = (LinearLayout) contentView.findViewById(R.id.jump_step_ll);
|
|
|
+ LinearLayout ok_ll = (LinearLayout) contentView.findViewById(R.id.ok_ll);
|
|
|
DisplayMetrics dm = getResources().getDisplayMetrics();
|
|
|
int w_screen = dm.widthPixels;
|
|
|
int h_screen = dm.heightPixels;
|