Project

General

Profile

« Previous | Next » 

Revision d8aa4ba8

Added by Leszek Koltunski over 4 years ago

Downloading High Scores: optimizations

View differences:

src/main/res/layout/level_records.xml
14 14
    <TextView
15 15
        android:id="@+id/levelTitle"
16 16
        android:layout_width="match_parent"
17
        android:layout_height="40dp"
18
        android:textSize="26sp"
17
        android:layout_height="32dp"
18
        android:textSize="24sp"
19 19
        android:gravity="center"
20 20
        android:background="@color/grey"
21
        android:paddingBottom="5dp"
21
        android:paddingBottom="0dp"
22 22
        android:paddingTop="0dp"
23 23
        android:paddingLeft="5dp"
24 24
        android:paddingRight="5dp"/>

Also available in: Unified diff