Loading packages/SystemUI/src/com/android/systemui/stackdivider/ForcedResizableInfoActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ public class ForcedResizableInfoActivity extends Activity implements OnTouchList setContentView(R.layout.forced_resizable_activity); TextView tv = (TextView) findViewById(com.android.internal.R.id.message); tv.setText(R.string.dock_forced_resizable); getWindow().setTitle(getString(R.string.dock_forced_resizable)); getWindow().getDecorView().setOnTouchListener(this); } Loading Loading
packages/SystemUI/src/com/android/systemui/stackdivider/ForcedResizableInfoActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ public class ForcedResizableInfoActivity extends Activity implements OnTouchList setContentView(R.layout.forced_resizable_activity); TextView tv = (TextView) findViewById(com.android.internal.R.id.message); tv.setText(R.string.dock_forced_resizable); getWindow().setTitle(getString(R.string.dock_forced_resizable)); getWindow().getDecorView().setOnTouchListener(this); } Loading