Revision 4634a76a
Added by Leszek Koltunski over 5 years ago
| src/main/res/layout/dialog_scores_scramble_row.xml | ||
|---|---|---|
| 13 | 13 |
android:layout_weight="1.5" |
| 14 | 14 |
android:textSize="20sp" |
| 15 | 15 |
android:gravity="start" |
| 16 |
android:background="@color/black" |
|
| 17 |
android:paddingStart="0dp"/> |
|
| 16 |
android:background="@color/black" /> |
|
| 18 | 17 |
|
| 19 | 18 |
<TextView |
| 20 | 19 |
android:id="@+id/scoresScrambleRowName" |
| ... | ... | |
| 22 | 21 |
android:layout_height="match_parent" |
| 23 | 22 |
android:layout_weight="1" |
| 24 | 23 |
android:textSize="20sp" |
| 24 |
android:maxLines="1" |
|
| 25 | 25 |
android:gravity="start" |
| 26 | 26 |
android:background="@color/black" |
| 27 | 27 |
/> |
| ... | ... | |
| 32 | 32 |
android:layout_height="match_parent" |
| 33 | 33 |
android:layout_weight="1.5" |
| 34 | 34 |
android:textSize="20sp" |
| 35 |
android:maxLines="1" |
|
| 35 | 36 |
android:gravity="end" |
| 36 | 37 |
android:background="@color/black" |
| 37 | 38 |
android:paddingEnd="5dp" |
Also available in: Unified diff
Minor.