Deleted The Tags from the List View (Adapter)
This commit is contained in:
parent
bae59c7332
commit
2704103348
1 changed files with 3 additions and 15 deletions
|
@ -93,21 +93,9 @@
|
|||
android:orientation="vertical"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.2">
|
||||
android:layout_weight="0.3">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Tags #1"
|
||||
android:id="@+id/nvm_tags1_textview" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Tags #2"
|
||||
android:id="@+id/nvm_tags2_textview" />
|
||||
|
||||
<LinearLayout
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
@ -129,4 +117,4 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue