Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed00fd8c authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Automerger Merge Worker
Browse files

Merge "Add title for dialog" into rvc-dev am: 28c447af am: 72ed468c am:...

Merge "Add title for dialog" into rvc-dev am: 28c447af am: 72ed468c am: 993f66af am: 6dc5e3c3

Change-Id: Ia15672caf46d5dc76573ddc8e6ed7ded1ffbc7c0
parents fecb106b 6dc5e3c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);