plugins - Can i use font-awesome in android's edittext? -


i have added font-awesome .tff file assets folder, initlaized of icons in strings.xml file, changed typefaces of entities use font-awesome in , tried using font-awesome on buttons , worked, did same edittexts there strings of numbers instead of icon. idea can do?

ans: set string directly in xml like:
android:text="&#xf042"; , use typeface set in edittext ,like

typeface font_awesome =  typeface.createfromasset(getassets(),"fontawesome-webfont.ttf"); app_menutxt.settypeface(font_awesome); 

in programme : app_menutxt.settext("\uf042");


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -