Android Studio에서 레이아웃 파일을 수정할 때 dp, string 등의 값을 dimens.xml이나 strings.xml에 리소스로 추출하려면 추출하려는 값에 커서를 올리고 [alt + enter]를 누르면 된다.
참고로 Kotlin/Java 코드를 수정할 때 [alt + enter]를 누르면 불필요한 import가 제거된다.
'안드로이드 Android' 카테고리의 다른 글
Firebase Realtime Database 업데이트 안되는 문제 (0) | 2021.11.15 |
---|---|
AndroidStudio 빌드 속도 높이는 법 (0) | 2021.11.09 |
adb connect 명령 사용 시 failed to connect to ~, already connected to ~ (0) | 2021.09.14 |
Unable to instantiate activity ComponentInfo MainActivity (0) | 2021.09.10 |
Class referenced in ~, was not found in the project or the libraries (0) | 2021.06.11 |