improved margins

This commit is contained in:
daniel oeh 2012-07-17 13:25:11 +02:00
parent a6d65186ab
commit a78978e505
1 changed files with 3 additions and 0 deletions

View File

@ -32,18 +32,21 @@
android:id="@+id/txtvItemname"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:textSize="16dp" />
<TextView
android:id="@+id/txtvFeedname"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:visibility="gone" />
<TextView
android:id="@+id/txtvPublished"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:textColor="@color/gray" />
<RelativeLayout