This article is excerpted from the 4th chapter of the Practical Guide to Android Studio, section 27th, Author: Bi Xiaobong
At present, the book has been uploaded to Baidu reading, in Baidu Search [anroid Studio Practical Guide] can find this book.
What is demo mode?
As the name implies, this presentation mode is used when you want to show your code to someone else.
Presentation mode is characterized by full screen, turn on the intrusion-free mode, toolbars, status bar, etc. are all hidden, while the code font will be magnified, so that people will be more focused on the code.
Enter demo mode
Operation Steps:
? Menu bar: view-> Enter Presentation Mode
The effect is as follows:
Set the font size for presentation mode
Although the default font for presentation mode is big enough, if you want to set the font to a larger size, you can set the
Operation Steps:
? Preferences-> appearance & behavior-> appearance-> Presentation Mode
This article is excerpted from the 4th chapter of the Practical Guide to Android Studio, section 27th, Author: Bi Xiaobong
Exit Presentation Mode
The procedure to exit presentation mode is the same as entering presentation mode.
Operation Steps:
? Menu bar: view-> Exit Presentation Mode
This article is excerpted from the 4th chapter of the Practical Guide to Android Studio, section 27th, Author: Bi Xiaobong
At present, the book has been uploaded to Baidu reading, in Baidu Search [anroid Studio Practical Guide] can find this book.
Author: Lao Bi
Public account: WIRELESSQA
Weibo: HTTP://WEIBO.COM/WIRELESSQA
Android Studio Practical Guide 4.27 using demo mode