1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-26 02:42:16 -05:00

Modify dp settings in about.xml

This commit is contained in:
Sebastian Kaspari 2011-03-06 12:08:49 +01:00
parent 1b5f8ef0e9
commit e486d34189

View File

@ -56,7 +56,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/app_copyright" android:text="@string/app_copyright"
android:textSize="16sp" android:textSize="14sp"
android:gravity="center_horizontal" /> android:gravity="center_horizontal" />
<TextView <TextView
android:layout_width="fill_parent" android:layout_width="fill_parent"
@ -64,12 +64,12 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:text="@string/app_homepage" android:text="@string/app_homepage"
android:linksClickable="false" android:linksClickable="false"
android:autoLink="web" android:autoLink="web"
android:textSize="14sp" android:textSize="16sp"
android:textColorLink="#FF6CB600" android:textColorLink="#FF6CB600"
android:gravity="center_horizontal" /> android:gravity="center_horizontal" />
<TextView <TextView
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/licence_info" android:text="@string/licence_info"
android:textSize="16sp" /> android:textSize="14sp" />
</LinearLayout> </LinearLayout>