File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compose/snippets/src/main/java/com/example/compose/snippets/text Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -769,7 +769,7 @@ fun BasicMarqueeSample() {
769
769
}
770
770
// [END android_compose_text_marquee]
771
771
772
- // [START android_compose_text_auto_format_phone-number_textfieldconfig ]
772
+ // [START android_compose_text_auto_format_phone_number_textfieldconfig ]
773
773
@Composable
774
774
fun PhoneNumber () {
775
775
var phoneNumber by rememberSaveable { mutableStateOf(" " ) }
@@ -790,7 +790,7 @@ fun PhoneNumber() {
790
790
keyboardOptions = KeyboardOptions (keyboardType = KeyboardType .Number )
791
791
)
792
792
}
793
- // [END android_compose_text_auto_format_phone-number_textfieldconfig ]
793
+ // [END android_compose_text_auto_format_phone_number_textfieldconfig ]
794
794
795
795
// [START android_compose_text_auto_format_phone-number_transformtext]
796
796
class NanpVisualTransformation () : VisualTransformation {
@@ -834,7 +834,7 @@ class NanpVisualTransformation() : VisualTransformation {
834
834
835
835
}
836
836
}
837
- // [END android_compose_text_auto_format_phone_number_transformtext ]
837
+ // [END android_compose_text_auto_format_phone-number_transformtext ]
838
838
839
839
private val firaSansFamily = FontFamily ()
840
840
You can’t perform that action at this time.
0 commit comments