в моем приложении мне нужно создать, как показано на следующем рисунке ![enter image description here](https://i.stack.imgur.com/7gFZw.png)
Я использую макет таблицы для этого, но я получаю следующее:
TextViewTextViewTextView .....
mycode:
.......
<TableLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/tableLayout1">
<TableRow android:id="@+id/tableRow1" android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView android:layout_width="fill_parent" android:text="Your State"
android:layout_gravity="left" android:id="@+id/textView1"
android:layout_height="wrap_content">
</TextView>
<TextView android:layout_width="wrap_content" android:text="Your State"
android:layout_gravity="left" android:id="@+id/textView1"
android:layout_height="wrap_content">
</TextView>
</TableRow>
.........
мой дизайн не показан на изображении выше.Я не знаю, как разработать точное изображение выше.пожалуйста, помогите мне