|
@@ -37,7 +37,7 @@
|
|
|
android:orientation="horizontal">
|
|
|
<TextView
|
|
|
android:text="@string/version_title"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -45,10 +45,10 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right">
|
|
|
+ android:gravity="end">
|
|
|
<TextView
|
|
|
android:id="@+id/tv_app_version"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
</LinearLayout>
|
|
@@ -60,7 +60,7 @@
|
|
|
android:orientation="horizontal">
|
|
|
<TextView
|
|
|
android:text="@string/device_id"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -68,10 +68,10 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right">
|
|
|
+ android:gravity="end">
|
|
|
<TextView
|
|
|
android:id="@+id/tv_device_id"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -84,7 +84,7 @@
|
|
|
android:orientation="horizontal">
|
|
|
<TextView
|
|
|
android:text="@string/device_identifier"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -92,10 +92,10 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right">
|
|
|
+ android:gravity="end">
|
|
|
<TextView
|
|
|
android:id="@+id/tv_device_imei"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -108,7 +108,7 @@
|
|
|
android:orientation="horizontal">
|
|
|
<TextView
|
|
|
android:text="@string/server_title"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -116,10 +116,10 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right">
|
|
|
+ android:gravity="end">
|
|
|
<TextView
|
|
|
android:id="@+id/tv_server_ip"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -132,7 +132,7 @@
|
|
|
android:orientation="horizontal">
|
|
|
<TextView
|
|
|
android:text="@string/device_ip"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -140,10 +140,10 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right">
|
|
|
+ android:gravity="end">
|
|
|
<TextView
|
|
|
android:id="@+id/tv_device_ip"
|
|
|
- android:textSize="14sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
@@ -161,16 +161,16 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/tts_state"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_tts_status"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
+ android:gravity="end"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
@@ -183,16 +183,16 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/call_type"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_phone_type"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
+ android:gravity="end"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
@@ -205,16 +205,16 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/voice_type"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_voice_type"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
+ android:gravity="end"
|
|
|
android:textColor="@color/javashop_color_searcher_tv_gray"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
@@ -240,7 +240,7 @@
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
android:text="@string/str_user_change"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btn_app_restart"
|
|
@@ -251,7 +251,7 @@
|
|
|
android:layout_toRightOf="@id/view_center_base"
|
|
|
android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
android:text="@string/register_restart"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btn_check_update"
|
|
@@ -264,7 +264,7 @@
|
|
|
android:layout_below="@id/btn_user_change"
|
|
|
android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
android:text="@string/check_update"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btn_system_setting"
|
|
@@ -277,7 +277,7 @@
|
|
|
android:layout_toRightOf="@id/view_center_base"
|
|
|
android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
android:text="@string/str_system_settings"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btn_update_contact"
|
|
@@ -290,7 +290,7 @@
|
|
|
android:layout_below="@id/btn_system_setting"
|
|
|
android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
android:text="@string/contatc_update_title"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btn_phone_number"
|
|
@@ -303,7 +303,7 @@
|
|
|
android:layout_toRightOf="@id/view_center_base"
|
|
|
android:background="@drawable/javashop_btn_balck_line_bg"
|
|
|
android:text="@string/phone_number_title"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_call_title"
|
|
@@ -345,7 +345,7 @@
|
|
|
android:layout_below="@id/btn_update_contact"
|
|
|
android:layout_marginTop="16dp"
|
|
|
android:text="@string/str_call_transfer_title"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<RadioGroup
|
|
|
android:id="@+id/group_call_transfer"
|
|
@@ -374,7 +374,7 @@
|
|
|
android:layout_below="@id/group_call_transfer"
|
|
|
android:layout_marginTop="16dp"
|
|
|
android:text="@string/setting_call_ex_doorway"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<RadioGroup
|
|
|
android:id="@+id/group_call_ex_doorway"
|
|
@@ -403,7 +403,7 @@
|
|
|
android:layout_below="@id/group_call_ex_doorway"
|
|
|
android:layout_marginTop="16dp"
|
|
|
android:text="@string/media_button_message"
|
|
|
- android:textSize="16sp"
|
|
|
+ android:textSize="14sp"
|
|
|
android:visibility="gone"/>
|
|
|
|
|
|
<RadioGroup
|
|
@@ -428,13 +428,53 @@
|
|
|
</RadioGroup>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_language_title"
|
|
|
+ android:id="@+id/tv_speech_rate"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/group_im_channel"
|
|
|
android:layout_marginTop="10dp"
|
|
|
+ android:text="@string/speech_rate_text"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:visibility="gone"/>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_speech_rate"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/tv_speech_rate"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:paddingLeft="4dp"
|
|
|
+ android:paddingRight="4dp"
|
|
|
+ android:visibility="gone">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/speech_rate_decrease"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:src="@drawable/ic_arrow_left"/>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_speech_rate_value"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:text="8"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/speech_rate_increase"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:src="@drawable/ic_arrow_right"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_language_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/ll_speech_rate"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:text="@string/language_set_mode"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<RadioGroup
|
|
|
android:id="@+id/group_language_mode"
|
|
@@ -467,7 +507,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/language_set_title"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<Spinner
|
|
|
android:id="@+id/spinner_language_select"
|