android - Auto Capitalisation of text in TextView -


मैं कैपिटल बनाना TextView में एंड्रॉयड ?

एंड्रॉइड: textAllCaps = "true"

आईसीएस और इसके बाद के संस्करण के लिए काम करता है लेकिन कम संस्करणों के लिए नहीं। मैं कैपिटलाइज़ेशन में एक्सएमएल करना चाहता हूं, और toUpper () प्रोग्राममैटिक रूप से नहीं।

उपयोग android: inputType =" textCapCharacters "

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

c# - Add Image in a stackpanel based on textbox input -

java - Reaching JTextField in a DocumentListener -