我正在尝试将微调器文本向左对齐,但重力和 textAlingment 属性对此无济于事。如何将文本放在 center_vertical|right 上?
那是我的微调器:
<Spinner
android:id="@+id/sPaymentFreq"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:entries="@array/payment_freq"
android:gravity="center_vertical|right"
android:prompt="@string/choose_payment_freq" />
还是没有办法只玩属性?我刚刚读到有些人实现了制作自定义微调器的结果,但我只需要这么小的变化。