2011年11月20日日曜日

テキストビューにボタンのスタイルを設定

    <TextView
        android:id="@+id/textView1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        style="@style/Button"/>


    <style name="Button" parent="android:style/Widget.Button">
        <item name="android:text">テキストボタン</item>
    </style>

関連記事

0 件のコメント:

コメントを投稿