반응형
- drawable/
For bitmap files (PNG, JPEG, or GIF), 9-Patch image files, and XML files that describe Drawable shapes or Drawable objects that contain multiple states (normal, pressed, or focused). See the Drawable resource type. - mipmap/
For app launcher icons. The Android system retains the resources in this folder (and density-specific folders such as mipmap-xxxhdpi) regardless of the screen resolution of the device where your app is installed. This behavior allows launcher apps to pick the best resolution icon for your app to display on the home screen. For more information about using the mipmap folders, see Managing Launcher Icons as mipmap Resources.
반응형
'Mobile > Android' 카테고리의 다른 글
[Android] Log (0) | 2020.01.09 |
---|---|
[Android] Activity Life Cycle (0) | 2020.01.09 |
[Android] 안드로이드 구성요소 (0) | 2020.01.09 |
[Android Resources] include xml layout (0) | 2020.01.08 |
[Android Resources] Android Drawable (0) | 2020.01.07 |