Project

General

Profile

« Previous | Next » 

Revision 65bc1da3

Added by Leszek Koltunski 12 months ago

Improve the way we display time in the Scores dialog

View differences:

src/main/res/layout/dialog_scores_scramble_row.xml
31 31
        android:id="@+id/scoresScrambleRowTime"
32 32
        android:layout_width="match_parent"
33 33
        android:layout_height="match_parent"
34
        android:layout_weight="1.5"
34
        android:layout_weight="1.2"
35 35
        android:textSize="20sp"
36 36
        android:maxLines="1"
37 37
        android:gravity="end"
38 38
        android:background="@color/black"
39
        android:paddingEnd="5dp"
39
        android:paddingEnd="3dp"
40 40
        />
41 41
</LinearLayout>

Also available in: Unified diff