Project

General

Profile

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

magiccube / src / main / res / layout / upper_pattern_text.xml @ ec2ee9e0

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:paddingLeft="10dp"
7
        android:paddingRight="10dp"
8
        android:maxLines="1"
9
        android:ellipsize="end"
10
        android:textSize="24sp"/>
(17-17/18)