[카테고리:] Development
코딩과 관련된 글들
취미 기록용 블로그
코딩과 관련된 글들
에디트 텍스트 기본적으로 하단 선이 그어지는 경우가 있는데 (테마라던지 기타 요인에 의해) xml 에디트텍스트 항목에 background =”@null” 을 추가해주면 사라진다. “read more”
Button android:id=”@+id/button” android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”임시버튼” style=”?android:attr/borderlessButtonStyle” /> 버튼 속성에 style=”?android:attr/borderlessButtonStyle” 넣어주면 된다. “read more”
textView.setIncludeFontPadding(false); 텍스트뷰로 작업하다 보면 기본적으로 폰트랑 틀에 여백이 있는데 이걸 코드로 끄는 방법. (기본값은 true 이다) “read more”
다운로드 실패. 사용가능한 HTTP 전송이 없어서 요청한 요구를 완료할 수 없습니다. 라고 뜰때 해결방법은 php.ini에 보면 extension=php_curl.dll 부분이 주석처리가 되어 있는데 이걸 풀고 nginx를 재시작 해준다. “read more”