Project

General

Profile

Download (301 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / main_title.xml @ 4235de9b

1
<?xml version="1.0" encoding="utf-8"?>
2
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
3
        android:layout_width="fill_parent"
4
        android:layout_height="50dp"
5
        android:textAlignment="center"
6
        android:textSize="30sp"
7
        android:text="@string/app_name"/>
(11-11/14)