Loading packages/SystemUI/src/com/android/systemui/screenrecord/ScreenRecordDialog.java +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ public class ScreenRecordDialog extends Activity { window.getDecorView(); window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT); window.setGravity(Gravity.TOP); setTitle(R.string.screenrecord_name); setContentView(R.layout.screen_record_dialog); Loading Loading
packages/SystemUI/src/com/android/systemui/screenrecord/ScreenRecordDialog.java +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ public class ScreenRecordDialog extends Activity { window.getDecorView(); window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT); window.setGravity(Gravity.TOP); setTitle(R.string.screenrecord_name); setContentView(R.layout.screen_record_dialog); Loading