Skip to content

Instantly share code, notes, and snippets.

@tfaki
tfaki / gist:c41ebca8f5072aaa401b42d070f215ef
Last active April 21, 2022 12:38
CustomThreeItemsToolbar
@Composable
fun ScreenContent() {
Scaffold(
backgouroundColor = // yourcolor,
topBar = {
CustomToolbar()
},
content = {
// your content
}
/* PHONE REGEX REGION */
# PHONE_REGEX_1 = "^((\\(\\d{3}\\))|\\d{3})[- .]?\\d{3}[- .]?\\d{4}$"
--> validation: (202) 555-0125
# PHONE_REGEX_2 = "^(\\+\\d{1,2}( )?)?((\\(\\d{3}\\))|\\d{3})[- .]?\\d{3}[- .]?\\d{4}$"
--> validation: +90 (202) 555-0125