android Programming Glossary: curattr
How to add shadow to TextView on selection/focus http://stackoverflow.com/questions/4753158/how-to-add-shadow-to-textview-on-selection-focus R.styleable.CustomTextView defStyle 0 final int attributeCount a.getIndexCount for int i 0 i attributeCount i int curAttr a.getIndex i switch curAttr case R.styleable.CustomTextView_shadowColors mShadowColors a.getColorStateList curAttr break.. defStyle 0 final int attributeCount a.getIndexCount for int i 0 i attributeCount i int curAttr a.getIndex i switch curAttr case R.styleable.CustomTextView_shadowColors mShadowColors a.getColorStateList curAttr break case R.styleable.CustomTextView_android_shadowDx.. curAttr a.getIndex i switch curAttr case R.styleable.CustomTextView_shadowColors mShadowColors a.getColorStateList curAttr break case R.styleable.CustomTextView_android_shadowDx mShadowDx a.getFloat curAttr 0 break case R.styleable.CustomTextView_android_shadowDy..
|