layout_toRightOf后到底是@id还是@+id
android:id="@+id/tv_content"
android:layout_width="match_parent"
android:layout_height="30dp"
android:layout_toRightOf="@id/iv_image"
android:layout_below="@+id/tv_title"
android:background="#ccffff"