android - Horizontal and vertical scrollbar -
मेरे पास उदाहरण के लिए HorizontalScrollView व्यापक ListView या ScrollView < / कोड> अंदर मैं हमेशा क्षैतिज स्क्रॉलबार को देखता हूं, लेकिन स्क्रॉल करने योग्य क्षेत्र की दाईं ओर स्क्रीन से बाहर खड़ी स्क्रॉलबार दिखाई देता है मैं हमेशा ऊर्ध्वाधर स्क्रॉलबार को कैसे दिख सकता हूं?
& lt; horizontalScrollView xmlns: android = "http://schemas.android.com/apk/res / एंड्रॉइड "एंड्रॉइड: लेआउट_विड्थ =" मैच_पेरेंट "एंड्रॉइड: लेआउट_हेइट =" मैच_पेरेंट "& gt; & Lt; ScrollView एंड्रॉइड: layout_width = "wrap_content" एंड्रॉइड: layout_height = "wrap_content" & gt; & Lt; TextView android: layout_width = "wrap_content" एंड्रॉइड: layout_height = "wrap_content" एंड्रॉइड: टेक्स्ट = "exampleexampleexample \ nexampleexampleexample \ nexampleexampleexample \ nexampleexampleexample \ n" एंड्रॉइड: टेक्स्ट साइज़ = "300sp" / & gt; & Lt; / scrollview & gt; & Lt; / HorizontalScrollView & gt;
Comments
Post a Comment