liguofeng29’s blog

個人勉強用ブログだっす。

2015-11-05から1日間の記事一覧

AndroidのUI - TextView

textView.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:padding="5dp"> </linearlayout>