Revision 042c6181
Added by Leszek Koltunski over 4 years ago
| src/main/res/layout/dialog_scores_scramble_row.xml | ||
|---|---|---|
| 14 | 14 | android:paddingTop="3dp" | 
| 15 | 15 | android:layout_weight="1.5" | 
| 16 | 16 | android:gravity="start" | 
| 17 |         android:background="@color/black" />
 | |
| 17 | android:background="@color/black"/> | |
| 18 | 18 |  | 
| 19 | 19 | <TextView | 
| 20 | 20 | android:id="@+id/scoresScrambleRowName" | 
| ... | ... | |
| 23 | 23 | android:layout_weight="1" | 
| 24 | 24 | android:textSize="20sp" | 
| 25 | 25 | android:maxLines="1" | 
| 26 |         android:gravity="start"
 | |
| 26 |         android:gravity="left"
 | |
| 27 | 27 | android:background="@color/black" | 
| 28 | 28 | /> | 
| 29 | 29 |  | 
Also available in: Unified diff
Correct the layout to look better on right-to-left locales.