|
@@ -114,6 +114,45 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/ll_call_voice_numeric"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginBottom="10px"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text="语音播报为数字:"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="14px" />
|
|
|
+
|
|
|
+ <RadioGroup
|
|
|
+ android:id="@+id/group_call_voice_numeric"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/radio_voice_numeric_on"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/setting_call_forwarding_enable"
|
|
|
+ android:textSize="14px" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/radio_voice_numeric_off"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/setting_call_forwarding_disable"
|
|
|
+ android:textSize="14px" />
|
|
|
+ </RadioGroup>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="2dp"
|
|
@@ -232,7 +271,8 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="8dp">
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|