Friday, February 10, 2017

Dialog theme transparent

Tags
1.style.xml <style name="NewDialog"> <item name="android:windowFrame">@null</item> ......

Customize character of EditText to image when input

Tags
This is pwd_icon.png If image does not work properly, create an android......

Hide keyboard when touch outside EditText

You can put this up in a utility class, or if you are defining it within an activity,......

Wednesday, February 1, 2017

Get resource id by resource name

Tags
Example you have a picture name pic1.jpg in drawalbe folder. You can access your......

Textview selector text color

Creating text selector for TextView to change text color when users presse or click......

Creating Dash line using XML

Tags
Create xml in drawable folder named dash_line.xml and then in the layout just define......

Expandable Textview

ExpandableTextView is a TextView which can expand/collapse just like the Google......