Android Studio Group File Template, Custom Path For Child File

Viewed 188

Am trying to create a Group File Template which has to child files

  • FragmentKotlinClass.kt
    • ViewModel.kt
    • fragmetn_layout.mxl

But the problem is that all three files created in the same directory
The question is How to specify the directory name in the File Name Template for the .xml file to put it in res/layout/

enter image description here

0 Answers
Related