Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Added XXXHDPI support, updated to 1.4, built 1.4 mac artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Currie committed Oct 21, 2015
1 parent 862de1a commit 651be6e
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 87 deletions.
1 change: 1 addition & 0 deletions .\InputDirectory.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Users/planys/Documents/Wallpaper
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ _NOTE: You may want to back up your assets before running this tool. In the unli

####Changelog:-

#####1.4
Quick release since someone requested this in the project issues:
- Added XXXHDPI support

I'll try to get another version out soon with some more features, and I've come up with an idea for 9-patch support which I'll be attempting to implement soon! Also hoping to get iOS support in the next release, along with the new GUI.

#####1.3
Been a bit lazy recently with this, but the project is progressing!
You should find v1.3 in the releases tab, ready to go.
Expand Down
42 changes: 28 additions & 14 deletions src/androidresizer/AResizerFrame.form
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<Group type="102" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<EmptySpace min="0" pref="6" max="32767" attributes="0"/>
<EmptySpace min="0" pref="7" max="32767" attributes="0"/>
<Component id="FileField" min="-2" pref="263" max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
Expand All @@ -104,23 +104,27 @@
<Component id="chkHDPI" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<Component id="chkXHDPI" min="-2" max="-2" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="28" max="-2" attributes="0"/>
<Component id="GenerateButton" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<Component id="chkXHDPI" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="16" max="-2" attributes="0"/>
<Component id="chkXXHDPI" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="8" max="-2" attributes="0"/>
<Component id="ChooseLabel" min="-2" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
<Component id="OriginDensity" min="-2" pref="77" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="OriginDensity" min="-2" pref="86" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="FolderLabel" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace min="0" pref="58" max="32767" attributes="0"/>
<EmptySpace min="0" pref="44" max="32767" attributes="0"/>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
Expand Down Expand Up @@ -174,7 +178,10 @@
<Component id="chkHDPI" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="chkXHDPI" min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="chkXHDPI" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="chkXXHDPI" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Component id="GenerateButton" min="-2" max="-2" attributes="0"/>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
Expand Down Expand Up @@ -272,7 +279,7 @@
<Property name="columns" type="int" value="20"/>
<Property name="rows" type="int" value="5"/>
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
<Connection code="&quot;Android Resizer\nv&quot; + version + &quot;\nCreated by Craig Currie\nArtwork by Jan Putzan&quot;" type="code"/>
<Connection code="&quot;Android Resizer\nv&quot; + version + &quot;\nCreated by Craig Currie\nIcons by Jan Putzan&quot;" type="code"/>
</Property>
</Properties>
</Component>
Expand Down Expand Up @@ -336,12 +343,13 @@
<Color blue="99" green="99" red="99" type="rgb"/>
</Property>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="5">
<StringItem index="0" value="XXHDPI"/>
<StringItem index="1" value="XHDPI"/>
<StringItem index="2" value="HDPI"/>
<StringItem index="3" value="TVDPI"/>
<StringItem index="4" value="MDPI"/>
<StringArray count="6">
<StringItem index="0" value="XXXHDPI"/>
<StringItem index="1" value="XXHDPI"/>
<StringItem index="2" value="XHDPI"/>
<StringItem index="3" value="HDPI"/>
<StringItem index="4" value="TVDPI"/>
<StringItem index="5" value="MDPI"/>
</StringArray>
</Property>
<Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
Expand All @@ -352,6 +360,12 @@
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="OriginDensityActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JCheckBox" name="chkXXHDPI">
<Properties>
<Property name="selected" type="boolean" value="true"/>
<Property name="text" type="java.lang.String" value="XXHDPI"/>
</Properties>
</Component>
</SubComponents>
</Container>
</SubComponents>
Expand Down
Loading

0 comments on commit 651be6e

Please sign in to comment.