मैं सही करने के लिए एक स्पिनर में पाठ संरेखित करने के लिए दिनों के लिए कोशिश कर रहा हूँ, लेकिन हर बार मैं असफल यह करने के लिए, मैं सही करने के लिए ग्रेविटी सेट करें, या समाप्त करने के लिए लपटने के लिये कोशिश की, लेकिन कुछ भी नहीं काम करता है और सब मेरे पास है है इस:एंड्रॉयड स्पिनर गुरुत्वाकर्षण काम नहीं कर
आप कृपया इस मुद्दे के साथ मदद कर सकते हैं?
बहुत बहुत धन्यवाद।
यहाँ एक्सएमएल है:
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:orientation="horizontal" >
<org.holoeverywhere.widget.Spinner
android:id="@+id/spnCities"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:entries="@array/array_cities"
android:gravity="right"/>
<TextView
android:id="@+id/tvCities"
android:layout_width="70dp"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
android:text="@string/city"
android:textAppearance="?android:attr/textAppearanceSmall" />
अपनी xml पोस्ट कर सकते हैं? – Silverstorm
@ सिल्वरस्टॉर्म हां, संपादन देखें। धन्यवाद – Houssem
इसे आजमाएं http://stackoverflow.com/questions/2491980/how-to-color-and-alignment-spinner-item-on-android – Silverstorm