summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment_compat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/article_fragment_compat.xml')
-rw-r--r--res/layout/article_fragment_compat.xml25
1 files changed, 4 insertions, 21 deletions
diff --git a/res/layout/article_fragment_compat.xml b/res/layout/article_fragment_compat.xml
index 8c37eb72..dfe49ae7 100644
--- a/res/layout/article_fragment_compat.xml
+++ b/res/layout/article_fragment_compat.xml
@@ -26,41 +26,22 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:paddingBottom="4dp"
+ android:fontFamily="sans-serif-condensed"
android:text="My simple headline"
android:textColor="?linkColor"
android:textSize="18sp" />
<TextView
- android:id="@+id/author"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:ellipsize="end"
- android:gravity="right"
- android:singleLine="true"
- android:text="by Author"
- android:textColor="?headlineSecondaryTextColor"
- android:textSize="12sp" />
-
- <TextView
android:id="@+id/comments"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:text="24 comments"
+ android:fontFamily="sans-serif-light"
android:textColor="?linkColor"
android:textSize="12sp" />
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="4dp"
- android:layout_marginTop="4dp"
- android:layout_weight="0"
- android:background="?ttrssHorizontalDivider"
- android:paddingTop="2dip" />
-
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -75,6 +56,7 @@
android:ellipsize="end"
android:singleLine="true"
android:text="Example Feed"
+ android:fontFamily="sans-serif-light"
android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />
@@ -85,6 +67,7 @@
android:layout_weight="0.5"
android:gravity="right"
android:text="Jan 01, 12:00"
+ android:fontFamily="sans-serif-light"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?headlineSecondaryTextColor"
android:textSize="12sp" />