Added opportunity to change lyrics font size.
Ways:
1. in skin xml:
example:
<ScrollView
id="@+id/id_lyrics"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="fill_vertical"
android:layout_weight="1"
android:textSize = "12"
color_text="#0000ff"
>
</ScrollView>
2. in Astro Player menu:
"menu->options->Interface->Lyric font size"
If you changed the skin xml to set the lyrics font size, any changes made in AP menu won't take effect for this skin.