Merge "Add title for dialog" into rvc-dev am: 28c447af31 am: 72ed468ca9 am: 993f66afb8 am: 6dc5e3c30e
Change-Id: Ia15672caf46d5dc76573ddc8e6ed7ded1ffbc7c0
This commit is contained in:
@@ -72,6 +72,7 @@ public class ScreenRecordDialog extends Activity {
|
|||||||
window.getDecorView();
|
window.getDecorView();
|
||||||
window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
|
window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
|
||||||
window.setGravity(Gravity.TOP);
|
window.setGravity(Gravity.TOP);
|
||||||
|
setTitle(R.string.screenrecord_name);
|
||||||
|
|
||||||
setContentView(R.layout.screen_record_dialog);
|
setContentView(R.layout.screen_record_dialog);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user