Changed style of feedlist item

This commit is contained in:
daniel oeh 2012-10-01 12:53:44 +02:00
parent eb44579fa8
commit 7ea73f01ae
2 changed files with 2 additions and 4 deletions

View File

@ -51,8 +51,7 @@
android:id="@+id/txtvLastUpdate"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/gray"
android:textStyle="italic" />
android:textColor="@color/gray" />
</LinearLayout>
</RelativeLayout>

View File

@ -38,8 +38,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:textColor="@color/gray"
android:textStyle="italic" />
android:textColor="@color/gray" />
<TextView
android:id="@+id/txtvNumEpisodes"