2013-04-01から1日間の記事一覧

textAppearance を動的にセットする場合

TextView の android:textAppearance を動的にセットする場合、 次のような実行、 TextView textview = new TextView(getContext()); textview.setTextAppearance(getContext(), android.R.attr.textAppearanceLarge); android.R.attr.textAppearanceLarge …