font size tweaks, bump version

This commit is contained in:
Andrew Dolgov 2013-10-16 15:01:41 +04:00
parent 780629fff5
commit cc0bd900b6
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss" package="org.fox.ttrss"
android:versionCode="203" android:versionCode="204"
android:versionName="1.16" > android:versionName="1.16" >
<uses-sdk <uses-sdk

View File

@ -43,7 +43,7 @@
android:singleLine="true" android:singleLine="true"
android:text="by Author" android:text="by Author"
android:textColor="?headlineSecondaryTextColor" android:textColor="?headlineSecondaryTextColor"
android:textSize="14sp" /> android:textSize="12sp" />
<TextView <TextView
android:id="@+id/comments" android:id="@+id/comments"

View File

@ -38,7 +38,7 @@
android:singleLine="false" android:singleLine="false"
android:text="Sample entry title" android:text="Sample entry title"
android:textColor="?headlineTextColor" android:textColor="?headlineTextColor"
android:textSize="16sp" /> android:textSize="18sp" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout

View File

@ -36,7 +36,7 @@
android:singleLine="false" android:singleLine="false"
android:text="Sample entry title" android:text="Sample entry title"
android:textColor="?attr/headlineSelectedTextColor" android:textColor="?attr/headlineSelectedTextColor"
android:textSize="16sp" /> android:textSize="18sp" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout

View File

@ -36,7 +36,7 @@
android:singleLine="false" android:singleLine="false"
android:text="Sample entry title" android:text="Sample entry title"
android:textColor="?headlineSelectedTextColor" android:textColor="?headlineSelectedTextColor"
android:textSize="16sp" android:textSize="18sp"
android:textStyle="bold" /> android:textStyle="bold" />
</LinearLayout> </LinearLayout>

View File

@ -33,7 +33,7 @@
android:singleLine="false" android:singleLine="false"
android:text="Sample entry title" android:text="Sample entry title"
android:textColor="?headlineUnreadTextColor" android:textColor="?headlineUnreadTextColor"
android:textSize="16sp" android:textSize="18sp"
android:textStyle="bold" /> android:textStyle="bold" />
</LinearLayout> </LinearLayout>