とにかく、静的データと動的データをテキストビューで表示します。
これが私のxmlで定義している私のテキストビューです
<TextView
android:gravity="center_horizontal"
android:paddingTop="5dp"
android:paddingBottom="5dp"
android:id="@+id/Rowtext"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:text="Listiems" />.
android:textにあるテキストとその横の動的データを表示する必要があります。
彼らの方法はありますか?
ありがとう:)