Project

General

Profile

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

magiccube / src / main / res / layout / dialog_title.xml @ 99b8a069

1 fdec60a3 Leszek Koltunski
<?xml version="1.0" encoding="utf-8"?>
2
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
3
  android:layout_width="match_parent"
4
  android:layout_height="match_parent"
5 0fd3ac1f Leszek Koltunski
  android:textSize="20sp"
6 fdec60a3 Leszek Koltunski
  android:gravity="center"
7
  android:padding="10dp"/>