• 관리
  • 글쓰기
  • 로그인
  • 로그아웃

O_Gyong's TECH

  • 홈
  • 태그
  • 방명록
반응형

카테고리

  • 분류 전체보기 (76)
    • Android (54)
      • ADB (4)
      • AddView (1)
      • Architecture (0)
      • Bluetooth (2)
      • BuildConfig (1)
      • Calendar (3)
      • Camera (2)
      • Cipher (1)
      • Compose (1)
      • ConstraintSet (1)
      • DataStore (1)
      • Dialog (1)
      • DrawerLayout (1)
      • Flow (1)
      • Glide (1)
      • MQTT (2)
      • Paging3 (4)
      • Permission (1)
      • SharedPreferences (3)
      • RecyclerView (5)
      • Room (1)
      • Splash (1)
      • TabLayout (2)
      • TextWatcher (1)
      • 이슈 처리 (13)
    • Android Studio (5)
    • Firebase (1)
    • Git (3)
    • 작업 일지 (12)

최근 글

인기 글

태그

Expandable RecyclerView ConstraintSet removeView Custom Listener CameraX ExifInterface Android Studio MQTT materialcalendarview 최근접 이웃 알고리즘 Kotlin Andoird Android 해상도 TabLayout StateFlow Database Inspector ImageCapture github screenLayout flow BuildConfig Navigation kizitonwose paging issue compose Room hilt CalendarView recyclerview BLE PreviewView firebase EncryptedSharedPreferences Pagination SharedPreferences exportSchema GIT notifyItemRangeChanged LoadState Bluetooth loading Kotlrin ADB KNSDK ViewPager2 bottomsheetdialog Paging3 jcenter

다크 모드

Android/Glide1

  • [Android] Glide, 모서리 둥글게 처리하기 .apply(RequestOptions.bitmapTransform(RoundedCorners(정수 값))) Glide를 사용해서 이미지를 표시할 때, 모서리를 둥글게 하려면 위의 코드를 추가하면 된다. Glide.with(this) .load(R.drawable.sample) .into(mBinding.ivMain) Glide.with(this) .load(R.drawable.sample) .apply(RequestOptions.bitmapTransform(RoundedCorners(80))) .into(mBinding.ivMain) Android/Glide 2023. 2. 6.
이전 1 다음
TOP




티스토리툴바