SwitchCompat ウィジェットに説明を設定したいと考えています。誰でも方法を知っていますか?
「android:text」が先頭のテキストですが、説明や「概要」を設定したいです。(私は英語があまり得意ではありません)
私のコード:
<android.support.v7.widget.SwitchCompat
android:id="@+id/my_switch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/switch_title"
android:button="@null"
android:padding="20dp"/>