Skip to content

Commit a508b14

Browse files
committed
First (pilot) commit for getting this phase of the snippets in.
Adds the two snippets that were created for: https://developer.android.com/quick-guides/content/auto-format-phone-number?hl=en
1 parent 8f480c1 commit a508b14

File tree

1 file changed

+1
-1
lines changed
  • compose/snippets/src/main/java/com/example/compose/snippets/text

1 file changed

+1
-1
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/text/TextSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ fun PhoneNumber() {
792792
}
793793
// [END android_compose_text_auto_format_phone_number_textfieldconfig]
794794

795-
// [START android_compose_text_auto_format_phone-number_transformtext]
795+
// [START android_compose_text_auto_format_phone_number_transformtext]
796796
class NanpVisualTransformation() : VisualTransformation {
797797

798798
override fun filter(text: AnnotatedString): TransformedText {

0 commit comments

Comments
 (0)