Reputation: 59
I usually use Relative layout for most of my activity. I want to make Android studio create Relative layout by default when I create new activity, instead of Constraint Layout. Is there a way to do that?
Upvotes: 5
Views: 8451
Reputation: 2299
goto
'...\Android\Android Studio\plugins\android\lib\templates\activities\common\root\res\layout\simple.xml'
and change default layout
Upvotes: 2
Reputation: 3363
Upvotes: 12