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

    라운드 버튼 만들기, shape solid 배경색 변경

    먼저 res> drawable 안에 xml을 하나 만들어 shape를 추가한다. 본인은 roundbtn.xml이라고 만들었다. <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="#ff0000" /> <corners android:bottomRightRadius="20dp" android:bottomLeftRadius="20dp" android:topRightRadius="20dp" android:topLeftRadius="20dp"/> </shape> 라운드가 각 4방향에 20dp로 라운드되게 만든 shape다.   이제 버튼에 background 에 roundbtn.xml을 추가하자. <Button android:id="@+id/signaldocentcolor" android:layout_width="20dp" android:layout_height="20dp" android:background="@drawable/roundbtn" />   이렇게 만들어두기만 하면 괜찮은데 간혹 상황에 따라 동그랗게 만든 […]

popular

  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • jQuery - a 태그의 href 값 변경하기
  • 크롬 브라우저 http 웹사이트에서 위치(지오로케이션) 가져오기 중단
  • css - 크롬 position fixed 버그 해결 방법
  • 게시판 플러그인 KBoard 설치법 및 사용법
  • CodeDeploy agent was not able to receive the lifecycle event. Check the CodeDeploy agent logs on your host and make sure the agent is running and can connect to the CodeDeploy server.
  • 안드로이드 스튜디오로 만들 때 타이틀바 없애기
  • 플래시 플레이어 버전 확인 및 디버거 다운로드
  • Github 계정 정지 당함 (account suspended)
  • github로 무료 웹호스팅, 미디어 호스팅 이용하기(for 디자이너)

comment

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