以前書いたブログで、AndroidのListViewを少しだけiPhone風にしましたが、 今回は、Android の RadioButton を、iOS の UISegmentedControl のようにしてみようと思います。 iOSの UISegmentedControl とは、タップできる RadioButton のようなものです。 これをAndroidの drawable で作成します。 それでは左側のボタンの背景から作っていきます。 まず、選択されてない通常時のdrawableを作ります。 segmented_left_normal.xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="r