tweak tablet headline display
This commit is contained in:
parent
44598d89e9
commit
c3e8c5c4b1
@ -28,7 +28,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical" >
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
@ -37,7 +37,9 @@
|
||||
android:singleLine="true"
|
||||
android:text="{Title...}"
|
||||
android:textColor="?headlineSelectedTextColor"
|
||||
android:textSize="16sp" >
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" >
|
||||
|
||||
</TextView>
|
||||
|
||||
<TextView
|
||||
|
@ -28,7 +28,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical" >
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
@ -37,7 +37,9 @@
|
||||
android:singleLine="true"
|
||||
android:text="{Title...}"
|
||||
android:textColor="?headlineTextColor"
|
||||
android:textSize="16sp" >
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" >
|
||||
|
||||
</TextView>
|
||||
|
||||
<TextView
|
||||
|
@ -28,7 +28,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical" >
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
@ -37,7 +37,9 @@
|
||||
android:singleLine="true"
|
||||
android:text="{Title...}"
|
||||
android:textColor="?headlineSelectedTextColor"
|
||||
android:textSize="16sp" >
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" >
|
||||
|
||||
</TextView>
|
||||
|
||||
<TextView
|
||||
|
@ -28,7 +28,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical" >
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
@ -37,7 +37,9 @@
|
||||
android:singleLine="true"
|
||||
android:text="{Title...}"
|
||||
android:textColor="?headlineUnreadTextColor"
|
||||
android:textSize="16sp" >
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" >
|
||||
|
||||
</TextView>
|
||||
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user