Project

General

Profile

« Previous | Next » 

Revision 362807f0

Added by Leszek Koltunski almost 4 years ago

Make the Scores Dialog screen-size invariant.

View differences:

src/main/res/layout/dialog_scores_scramble_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="0dp"
4
    android:layout_height="wrap_content"
5 5
    android:paddingBottom="2dp"
6 6
    android:paddingTop="2dp"
7 7
    android:orientation="horizontal" >
......
10 10
        android:id="@+id/scoresScrambleRowCountry"
11 11
        android:layout_width="match_parent"
12 12
        android:layout_height="match_parent"
13
        android:paddingBottom="3dp"
14
        android:paddingTop="3dp"
13 15
        android:layout_weight="1.5"
14
        android:textSize="20sp"
15 16
        android:gravity="start"
16 17
        android:background="@color/black" />
17 18

  

Also available in: Unified diff