i wanted to add custmised package properties into android xml layout?Here "VerticalMarqueeTextView" is class in my custamised package -


  & lt; android.lib.verticalmarqueetextview.VerticalMarqueeTextView एंड्रॉइड: layout_height = "0dp"; उदाहरण: marqueeSpeed ​​= "25"; उदाहरण: textSize = "20dp" उदाहरण: टेक्स्टकॉलोर = "@ एंड्रॉइड: रंग / सफेद" उदाहरण: टेक्स्टस्टाइल = "बोल्ड" उदाहरण: टेक्स्ट = "कुछ पाठ" / & gt;   

यहाँ "वर्टिकल मेर्किटेक्स्टव्यूव्यू" मेरे डिरिएटेड पैकेज में वर्ग है, मैं उन गुणों को एक्सएमएल लेआउट में प्राप्त करने में सक्षम नहीं हूं

इस तरह से प्रयास करें, आशा करें कि यह आपकी समस्या को हल करने में आपकी सहायता करेगा।

  & lt; android.lib.verticalmarqueetextview .VerticalMarqueeTextView xmlns: उदाहरण = "http://schemas.android.com/apk/res/android.lib.verticalmarqueetextview" एंड्रॉइड: layout_height = "0dp" उदाहरण: marqueeSpeed ​​= "25" उदाहरण: textSize = "20dp" उदाहरण: TextColor = "@ android: color / white" उदाहरण: textStyle = "bold" उदाहरण: टेक्स्ट = "कुछ पाठ" / & gt;    

Comments

Popular posts from this blog

mysql - where clause in inner join query -

java - Why my included JSP file won't get processed correctly? -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -