|
@@ -440,10 +440,11 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
android:text="@string/car_qualification"
|
|
|
+ android:layout_weight="1"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<RadioGroup
|
|
@@ -502,9 +503,10 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
android:text="@string/car_age_score"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
@@ -563,8 +565,9 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
android:layout_gravity="center"
|
|
|
android:text="@string/car_body_clean"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
@@ -624,9 +627,10 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
android:text="@string/car_inner_clean"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
@@ -685,9 +689,10 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
android:text="@string/prepare_score"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
@@ -746,9 +751,10 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
android:text="@string/car_configuration"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
@@ -807,10 +813,11 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
android:text="@string/time_concept_score"
|
|
|
+ android:layout_weight="1"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<RadioGroup
|
|
@@ -868,9 +875,10 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
android:text="@string/safety_awareness"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
@@ -930,9 +938,10 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/driver_title"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
android:text="@string/driver_age_score"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|