5d. AndroidStudio: convert to lower/upper case

This tutorial shows you how to change the code lower/upper case of code in Android Studio.




FROM:

  <string-array name="CONVERSION_TYPES">



TO:

<string-array name="conversion_types">


Highlight the text and use "shift command y"

to go to UPPER case "shift command u"


No comments:

Post a Comment