Project

General

Profile

« Previous | Next » 

Revision 4895fff6

Added by Leszek Koltunski about 4 years ago

Beginnings of submitting one's high scores.

View differences:

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

Also available in: Unified diff