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:padding="3dip" >
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
@ -24,8 +23,7 @@
|
||||
android:singleLine="false"
|
||||
android:text="There are many variations of passages of Lorem Ipsum available"
|
||||
android:textColor="?headlineTextColor"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
android:textSize="16sp" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/feed_and_author"
|
||||
|
@ -30,7 +30,6 @@
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical" >
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
@ -39,8 +38,7 @@
|
||||
android:singleLine="false"
|
||||
android:text="{Title...}"
|
||||
android:textColor="?headlineTextColor"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" >
|
||||
android:textSize="16sp" >
|
||||
|
||||
</TextView>
|
||||
|
||||
|
@ -38,8 +38,8 @@
|
||||
android:singleLine="false"
|
||||
android:text="{Title...}"
|
||||
android:textColor="?headlineTextColor"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" >
|
||||
android:textSize="16sp" >
|
||||
|
||||
</TextView>
|
||||
|
||||
<LinearLayout
|
||||
|
Loading…
Reference in New Issue
Block a user