added in API Level 11
scale of the view in the x direction.
A scaleX of 1 means no scaling is applied.
Ensure to change the minSDKVersion to 11, or greater.
android:scaleX = ".5"
Related Articles:
Resources:
http://developer.android.com/reference/android/view/View.html#attr_android:scaleX
http://developer.android.com/reference/android/R.attr.html#scaleX
Popular Posts
- Perform an Action after Enter keypress on EditText
- Intent setType(String type) - How to Set an Explicit MIME data type
- Determine the Hex value for a color
- android:scrollbarStyle - Change the Scrollbar Location/Style in a TextView
- How to Register an Activity that Responds to NFC tags for URI's that point to a URL
- android:ellipsize - Add an ellipsis(...) in a TextView
- Solution: Running Android Lint has encountered a problem Failed
- How to Set Permission for I/O Operations over NFC
- How to Install an SDK package
- android:drawablePadding - Add Padding to a Drawable in a TextView, in XML