Merge "Add title for dialog" into rvc-dev am: 28c447af31 am: 72ed468ca9 am: 993f66afb8

Change-Id: Iffea5d0d07b7d60c5860aaae31e133226c1a1819
This commit is contained in:
Beth Thibodeau
2020-05-12 14:15:15 +00:00
committed by Automerger Merge Worker

View File

@@ -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);