Beginner android small notes (a)

A: The appearance of the basic settings

(1) remove the title bar: Open Android Manifest file, set the theme as follows

(2) change application icon: the icon picture changed to specify the desired app icon

(3) application to change the name:

Add in the Manifest file application

android:label="@string/app_name"


Then res-values-strings file

As shown above, the application name to test 
two recently used shortcuts finishing:.
1.alt + the Enter an error, press Enter may correct
2. ctrl + Z Undo
3. Ctrl + F at the top of the pop category edit page the quick search bar
4. ctrl + alt + L formatting code (alignment)
5. the Shift + Ctrl + minus combined structure (a layout ellipsis, to facilitate the analysis structure); click to expand the ellipsis


 

Guess you like

Origin www.cnblogs.com/shuaishuai77/p/11800483.html