Project

General

Profile

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

magiccube / src / main / res / layout / dialog_title.xml @ 0a9adc31

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 9b6f8f18 leszek
  android:background="?mediumC"
7 fdec60a3 Leszek Koltunski
  android:gravity="center"
8
  android:padding="10dp"/>