Attribute 썸네일형 리스트형 [Android] CustomView에 Attribute 만들기 1. values 폴더에 attrs.xml 파일을 만든다.2. 아래와 같이 attrs.xml 에 코드를 추가한다. NewAttr로 strokeWidth와 strokeColor 라는 속성을 만드는 것이다. 3. layout xml 파일에 속성 값을 넣는다. (잘 안보이시겠지만, 진하게 되어 있는 부분만 추가하면 됩니다.) 4. CustomView에 속성 값을 가져 온다. public GroupTitleView(Context context, AttributeSet attrs) { super(context, attrs); strokeWidth = context.obtainStyledAttributes(attrs, R.styleable.NewAttr) .getDimensionPixelSize(R.styleabl.. 더보기 [ HTML5 : CSS3 ] Transition 데모 책에 예제 소스를 연습하다가, transition 이라는 멋진 속성을 보게 되었습니다. 하지만, ease-in, ease-in-out등 옵션이 몇가지가 있는지 궁금해서 조사해봤는데~ 역시 수는 적지만 다양한 옵션이 있네요. 샘플은 아래 사이트에서 부분적인 소스만 복사한 것이구요. 참고용으로 보시면 될듯 합니다. 사이트: http://css3.bradshawenterprises.com/transitions/ Demo - Different timing functions Ease Ease In Ease Out Ease In Out Linear Custom Hover on me 더보기 이전 1 다음