Author: 떠돌이개발자

Front-End

[Vue.js +Vuetify.js] v-date-picker 달력 아이콘 위치 변경 방법

v-date-picker 태그를 사용하면 기본적으로 달력 아이콘이 왼쪽에 기본으로 정렬되어있다. <label class="pt-2">유효기간</label> <v-menu v-model="flag.isDatePicker" :close-on-content-click="true" :nudge-right="40" transition="scale-transition" offset-y min-width="290px"> <template v-slot:activator="{ on, attrs }"> <v-text-field hide-details="auto"...
Android

[AndroidStudio 3.6.1][해결완료]Expecting ‘android:screenOrientation=’unspecified’ or ‘fullSensor’ for this activity 오류처리(Activity is locked to an orientation)

안드로이드 스튜디오를 3.6.1로 버전 업데이트 후 AndoridManifest.xml 파일 정보에 화면 회전 관련하여 빨간줄이 생겨났다. 빨간줄은 싫다. 언제부터인가 거부감이 생겼다. 개발자라서 그런가?? 기존에 설정된 portrait를 “fullSensor”로...
error: Content is protected !!