|
|
|
|
@ -303,19 +303,17 @@ |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_weight="0.3" |
|
|
|
|
android:text="@string/player_ua" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="18sp" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/uaText" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="0.7" |
|
|
|
|
android:ellipsize="middle" |
|
|
|
|
android:gravity="end" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
|