blob: b44ce5d436f7a08a244a412e26008ac4fd070199 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.android.tools.idea.gradle.eclipse.AdtImportPrefsStep">
<grid id="27dc6" binding="myPanel" layout-manager="GridLayoutManager" row-count="7" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="20" y="20" width="778" height="400"/>
</constraints>
<properties>
<preferredSize width="500" height="208"/>
</properties>
<border type="none"/>
<children>
<component id="f7c9c" class="javax.swing.JCheckBox" binding="myReplaceJars">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<selected value="true"/>
<text value="Replace jars with dependencies, when possible"/>
</properties>
</component>
<vspacer id="c870b">
<constraints>
<grid row="6" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
</constraints>
</vspacer>
<component id="73d9a" class="javax.swing.JCheckBox" binding="myReplaceLibs">
<constraints>
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<selected value="true"/>
<text value="Replace library sources with dependencies, when possible"/>
</properties>
</component>
<component id="890e6" class="javax.swing.JCheckBox" binding="myLowerCase">
<constraints>
<grid row="5" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<selected value="true"/>
<text value="Create Gradle-style (camelCase) module names"/>
</properties>
</component>
<component id="a002" class="com.intellij.ui.components.JBLabel">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="9" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="&lt;html&gt;The ADT project importer can identify some .jar files and even whole source copies of libraries,&#10;and replace them with Gradle dependencies. However, it cannot figure out which exact version of&#10;the library to use, so it will use the latest. If your project needs to be adjusted to compile with the&#10;latest library, you can either import the project again and disable the following options, or better&#10;yet, update your project.&lt;/html&gt;"/>
</properties>
</component>
<vspacer id="bdd09">
<constraints>
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false">
<preferred-size width="-1" height="20"/>
</grid>
</constraints>
</vspacer>
<component id="c4569" class="com.intellij.ui.components.JBLabel">
<constraints>
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Other Import Options:"/>
</properties>
</component>
</children>
</grid>
</form>