Android Studio modifies default activity inheritance Appcompatactivity

Source: Internet
Author: User

New activity in Android studio default inheritance appcompatactivity, it feels very uncomfortable, looking for a long time, finally found in the Android Studio installation directory has a template file, modify the parameters can be.

Common_globals.xml.ftl

The path is as follows

D:\DevelopKit\android-studio-2.0\plugins\android\lib\templates\activities\common

Some of the code below, search for the following keywords in the file appcompatactivity

< #if!appcompat>

<global id= "Superclass" type= "string" value= "Activity"/>
<global id= "SUPERCLASSFQCN" type= "string" value= "android.app.Activity"/>
<global id= "Support" value= ""/>
<global id= "ACTIONBARCLASSFQCN" type = "string" value= "Android.app.ActionBar"/>
< #elseif appcompatactivity>
<global id= "Superclass" type= "string" value= "appcompatactivity"/>
<global id= "SUPERCLASSFQCN" type= "string" value= "android.support.v7.app.AppCompatActivity"/>
<global id= "Support" value= " support"/>
<global id= "ACTIONBARCLASSFQCN" type = "string" value= " android.support.v7.app.ActionBar"/>
< #else >
<global id= "Superclass" type= "string" value= "Actionbaractivity"/>
<global id= "SUPERCLASSFQCN" type= "string" value= "Android.support.v7.app.ActionBarActivity"/>
<global id= "Support" value= "support"/>
<global id= "ACTIONBARCLASSFQCN" type = "string" value= "Android.support.v7.app.ActionBar"/>

Replace the red part with the blue part, corresponding to the replacement.

Android Studio modifies default activity inheritance Appcompatactivity

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.