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" />   이렇게 만들어두기만 하면 괜찮은데 간혹 상황에 따라 동그랗게 만든 […]

  • Inspiration 2012‧06‧12

    색상코드에 따른 디자인 검색 사이트

    예를 들어 파란색으로 이미지나 디자인 검색하는 경로 http://dribbble.com/colors/0b88c2?percent=30&variance=50

popular

  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • ffmpeg 이용해서 HLS 파일 인코딩
  • Auto Scaling + codedeploy 배포 오류 - The IAM role arn:aws: does not give you permission to perform operations in the following AWS service: AmazonAutoScaling. Contact your AWS administrator if you need help. If you are an AWS administrator, you can grant permissions to your users or groups by creating IAM policies.
  • 구글 맵 - 일정 범위 다중 마커 합산한 Cluster(클러스터) 기능
  • 동영상 스트리밍 서비스 구축 (AWS s3/cloudFront, HLS, video.js)
  • css - 크롬 position fixed 버그 해결 방법
  • JS - datepicker(jQueryUI,달력) 이용시 두개 날짜 범위 설정
  • 이미지와 텍스트 정렬 (위 이미지, 아래 텍스트)
  • SQLite- insert 후 입력한 값 받기
  • 로고디자인 - 블랙과 화이트 색상을 이용한 심플한 로고 디자인 모음

comment

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