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.
以下のようにビューに文字列を縦に表示したいのですが、レイアウトXMLファイルで実装する方法はありますか?
テキスト ビュー android:rotation="-90" に属性を追加する
android:layout_width="wrap_content" android:layout_height="wrap_content" android:rotation="-90" android:text="Hello World!" />