fix unnecessary bold font in titles on headlines row views
This commit is contained in:
parent
2bb0a6c44f
commit
e4b3706438
@ -15,7 +15,6 @@
|
|||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="3dip" >
|
android:padding="3dip" >
|
||||||
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/title"
|
android:id="@+id/title"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -24,8 +23,7 @@
|
|||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
android:text="There are many variations of passages of Lorem Ipsum available"
|
android:text="There are many variations of passages of Lorem Ipsum available"
|
||||||
android:textColor="?headlineTextColor"
|
android:textColor="?headlineTextColor"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp" />
|
||||||
android:textStyle="bold" />
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/feed_and_author"
|
android:id="@+id/feed_and_author"
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/title"
|
android:id="@+id/title"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -39,8 +38,7 @@
|
|||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
android:text="{Title...}"
|
android:text="{Title...}"
|
||||||
android:textColor="?headlineTextColor"
|
android:textColor="?headlineTextColor"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp" >
|
||||||
android:textStyle="bold" >
|
|
||||||
|
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
android:text="{Title...}"
|
android:text="{Title...}"
|
||||||
android:textColor="?headlineTextColor"
|
android:textColor="?headlineTextColor"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp" >
|
||||||
android:textStyle="bold" >
|
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
Loading…
Reference in New Issue
Block a user