Project

General

Profile

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

magiccube / src / main / res / layout / scores_downloading.xml @ f3e12931

1 dd73fdab Leszek Koltunski
<?xml version="1.0" encoding="utf-8"?>
2
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
3 f3e12931 Leszek Koltunski
  android:id="@+id/downloading_text"
4 dd73fdab Leszek Koltunski
  android:layout_width="match_parent"
5
  android:layout_height="match_parent"
6
  android:textSize="32sp"
7
  android:gravity="center"
8
  android:text="@string/downloading"
9
  android:padding="10dp"/>