Deleted The Tags from the List View (Adapter)

This commit is contained in:
Sagi Dayan 2016-07-07 23:59:16 +03:00
parent bae59c7332
commit 2704103348

View file

@ -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>