Changed style of feedlist item
This commit is contained in:
parent
eb44579fa8
commit
7ea73f01ae
|
@ -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>
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue