上記のようにTextViewやPlainText、Button等の枠に 角丸や枠線を加える方法。 【構成】 角丸・枠線・角丸と枠線の3種類のファイルを用意する手順として まずは、PracticeHome > res へ新規で「drawable」というフォルダを作成する。 下記の3つのxmlファイルを作成し、「drawable」フォルダへ保存する。 【上】角丸 PracticeHome > res > drawable > corner_round.xml (←任意のファイル名) <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <!-- 背景色 --> <solid a