Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Flutter NativeView
- 푸시 데이터 저장
- 안드로이드 에러
- 스위프트 카메라
- 스위프트 UserDefaults
- 안드로이드 바로가기
- 안드로이드 FCM
- 앱 꺼졌을 때 푸시 데이터 저장
- 안드로이드 앨범
- 플러터 뷰 컨트롤러
- 스위프트 테이블 뷰 셀
- 안드로이드 숏컷
- Swift flutterviewcontroller
- swift sms
- 스위프트 웹뷰
- 노티피케이션 익스텐션
- Swift flutterview
- 앱 백그라운드 푸시 데이터 저장
- NotificationService Extension
- FlutterView MethodChannel
- silent push
- flutter rotate
- Flutter UIKitView MethodChannel
- 스위프트 앨범
- swift 문자
- native flutter view
- flutter 회전
- swift autolayout
- 스위프트
- 스위프트 푸시
Archives
- Today
- Total
Things take time
[Android] setLayoutParams에서 width, height를 dp로 바꿀 때 본문
ViewGroup.LayoutParams layoutParams = tv_tlk_new_cnt.getLayoutParams();
int width = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,24,getResources().getDisplayMetrics());
layoutParams.width = width;
tv_tlk_new_cnt라는 텍스트 뷰의 layout_width를 24dp로 변경할 때
'Android(기능)' 카테고리의 다른 글
[Android] SharedPreference 암호화? 안드로이드 KeyStore에 대한 설명 (2) | 2019.06.28 |
---|---|
[Android] 현재 날짜, 형식, 시간, 분 구하기 / 날짜 차이 구하기 (0) | 2019.06.12 |
[Android] DrawerLayout 사용하기 (1) | 2019.01.28 |
[Android] 리사이클러 뷰(RecyclerView) 사용하기 (0) | 2019.01.25 |
[Android] 프래그먼트! 프레임레이아웃? (0) | 2019.01.23 |