Project

General

Profile

« Previous | Next » 

Revision cc5ec229

Added by Leszek Koltunski over 4 years ago

Downloading High Scores: actually downloading scores!

View differences:

src/main/res/layout/level_row.xml
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 3
    android:layout_width="fill_parent"
4
    android:layout_height="32dp"
4
    android:layout_height="50dp"
5
    android:paddingBottom="2dp"
6
    android:paddingTop="2dp"
5 7
    android:orientation="horizontal" >
6 8

  
7
    <TextView
9
    <ImageView
8 10
        android:id="@+id/level_row_country"
9 11
        android:layout_width="match_parent"
10 12
        android:layout_height="match_parent"

Also available in: Unified diff