Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバーから取得したヘブライ語の文字列を表示するアプリケーションを開発しました。エミュレーターでアプリケーションをテストしましたが、すべて右に揃えられています。使っています
android:gravity="right"
のためにTextView。
TextView
私がSamsungTG-i9000でアプリケーションをテストするとき、garvityを「点火」し、テキストを左に揃えます。
どうすれば修正できますか?
TextViewを含む親レイアウトにあるようですlayoutWidth="wrap_Content"。ある場合は、次のように変更します。"fill_Parent"
layoutWidth="wrap_Content"
"fill_Parent"