lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Android 2017‧11‧29

    입력폼 Edit Text에 수정 안되게 하기

    안드로이드 만들 때 텍스트 입력 폼을 <Edit Text/>를 이용해서 만든다. 그런데 가끔 readonly, 즉 수정 불가의 입력칸을 만들고 그 곳에 어플에서 만들어진 값을 노출하고 싶을 때가 있다. res > layout > 해당.xml 파일을 열어서 Edit Text에 android:focusableInTouchMode="false" 를 추가해 준다. 아래는 예제이다. <EditText android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/deviceip" android:textSize="16dp" android:textStyle="bold" android:focusableInTouchMode="false"/>  

popular

  • sublime text2 sftp 접속시 encoding error
  • Incorrect integer value: '' for column 'xxx'
  • JS - 현재 날짜 가져오기
  • 워드프레스 컨텐츠 디렉토리(wp-content)로 이동할 수 없습니다.
  • Lightsail 하나의 인스턴스에 여러 도메인 서버 구성하기
  • Github Action 배포 오류 - Run pm2 restart ~ pm2: command not found
  • 업데이트 후 클릭하여 반응하는 플러그인들 오류 발생 (_load_textdomain_just_in_time was called incorrectly)
  • 저장소 파일 불러올 때 권한 요청 설정
  • 리액트 네이티브 - 웹뷰에 유저 에이전트 수정하기 (iOS, Android)
  • JS - datepicker(jQueryUI,달력) 이용시 두개 날짜 범위 설정

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....