article fragment: fix wrong padding
This commit is contained in:
parent
8a97531a5a
commit
410d8cba85
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.fox.ttrss"
|
||||
android:versionCode="231"
|
||||
android:versionCode="232"
|
||||
android:versionName="1.35" >
|
||||
|
||||
<uses-sdk
|
||||
|
@ -29,8 +29,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="4dp"
|
||||
android:fontFamily="sans-serif-condensed"
|
||||
android:paddingBottom="4dp"
|
||||
android:fontFamily="sans-serif-condensed"
|
||||
android:text="My simple headline"
|
||||
android:textColor="?linkColor"
|
||||
android:textSize="18sp" />
|
||||
@ -41,6 +40,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:fontFamily="sans-serif-light"
|
||||
android:paddingTop="4dp"
|
||||
android:text="24 comments"
|
||||
android:textColor="?linkColor"
|
||||
android:textSize="12sp" />
|
||||
|
Loading…
Reference in New Issue
Block a user