Skip to content

Commit 61c9a62

Browse files
committed
Initial commit.
1 parent 06774b8 commit 61c9a62

18 files changed

+1253
-0
lines changed

AndroidManifest.xml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.codeversed.example.floatframe"
4+
android:versionCode="1"
5+
android:versionName="1.0">
6+
<uses-sdk android:minSdkVersion="19"/>
7+
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
8+
<activity android:name="MainActivity"
9+
android:label="@string/app_name">
10+
<intent-filter>
11+
<action android:name="android.intent.action.MAIN"/>
12+
<category android:name="android.intent.category.LAUNCHER"/>
13+
</intent-filter>
14+
</activity>
15+
</application>
16+
</manifest>

FloatFrame.iml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="FacetManager">
4+
<facet type="android" name="Android">
5+
<configuration>
6+
<option name="UPDATE_PROPERTY_FILES" value="true" />
7+
</configuration>
8+
</facet>
9+
</component>
10+
<component name="NewModuleRootManager" inherit-compiler-output="true">
11+
<exclude-output />
12+
<content url="file://$MODULE_DIR$">
13+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
14+
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
15+
</content>
16+
<orderEntry type="inheritedJdk" />
17+
<orderEntry type="sourceFolder" forTests="false" />
18+
<orderEntry type="module-library">
19+
<library>
20+
<CLASSES>
21+
<root url="jar://$MODULE_DIR$/libs/nineoldandroids-2.4.0.jar!/" />
22+
</CLASSES>
23+
<JAVADOC />
24+
<SOURCES />
25+
</library>
26+
</orderEntry>
27+
</component>
28+
</module>
29+

FloatFrame.ipr

+165
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project version="4">
3+
<component name="CompilerConfiguration">
4+
<option name="DEFAULT_COMPILER" value="Javac" />
5+
<resourceExtensions />
6+
<wildcardResourcePatterns>
7+
<entry name="?*.properties" />
8+
<entry name="?*.xml" />
9+
<entry name="?*.gif" />
10+
<entry name="?*.png" />
11+
<entry name="?*.jpeg" />
12+
<entry name="?*.jpg" />
13+
<entry name="?*.html" />
14+
<entry name="?*.dtd" />
15+
<entry name="?*.tld" />
16+
<entry name="?*.ftl" />
17+
</wildcardResourcePatterns>
18+
<annotationProcessing>
19+
<profile default="true" name="Default" enabled="false">
20+
<processorPath useClasspath="true" />
21+
</profile>
22+
</annotationProcessing>
23+
</component>
24+
<component name="CopyrightManager" default="" />
25+
<component name="DependencyValidationManager">
26+
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
27+
</component>
28+
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
29+
<component name="EntryPointsManager">
30+
<entry_points version="2.0" />
31+
</component>
32+
<component name="Palette2">
33+
<group name="Swing">
34+
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
35+
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
36+
</item>
37+
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
38+
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
39+
</item>
40+
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
41+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
42+
</item>
43+
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
44+
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
45+
</item>
46+
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
47+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
48+
<initial-values>
49+
<property name="text" value="Button" />
50+
</initial-values>
51+
</item>
52+
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
53+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
54+
<initial-values>
55+
<property name="text" value="RadioButton" />
56+
</initial-values>
57+
</item>
58+
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
59+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
60+
<initial-values>
61+
<property name="text" value="CheckBox" />
62+
</initial-values>
63+
</item>
64+
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
65+
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
66+
<initial-values>
67+
<property name="text" value="Label" />
68+
</initial-values>
69+
</item>
70+
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
71+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
72+
<preferred-size width="150" height="-1" />
73+
</default-constraints>
74+
</item>
75+
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
76+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
77+
<preferred-size width="150" height="-1" />
78+
</default-constraints>
79+
</item>
80+
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
81+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
82+
<preferred-size width="150" height="-1" />
83+
</default-constraints>
84+
</item>
85+
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
86+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
87+
<preferred-size width="150" height="50" />
88+
</default-constraints>
89+
</item>
90+
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
91+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
92+
<preferred-size width="150" height="50" />
93+
</default-constraints>
94+
</item>
95+
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
96+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
97+
<preferred-size width="150" height="50" />
98+
</default-constraints>
99+
</item>
100+
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
101+
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
102+
</item>
103+
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
104+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
105+
<preferred-size width="150" height="50" />
106+
</default-constraints>
107+
</item>
108+
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
109+
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
110+
<preferred-size width="150" height="50" />
111+
</default-constraints>
112+
</item>
113+
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
114+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
115+
<preferred-size width="150" height="50" />
116+
</default-constraints>
117+
</item>
118+
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
119+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
120+
<preferred-size width="200" height="200" />
121+
</default-constraints>
122+
</item>
123+
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
124+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
125+
<preferred-size width="200" height="200" />
126+
</default-constraints>
127+
</item>
128+
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
129+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
130+
</item>
131+
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
132+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
133+
</item>
134+
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
135+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
136+
</item>
137+
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
138+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
139+
</item>
140+
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
141+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
142+
<preferred-size width="-1" height="20" />
143+
</default-constraints>
144+
</item>
145+
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
146+
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
147+
</item>
148+
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
149+
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
150+
</item>
151+
</group>
152+
</component>
153+
<component name="ProjectModuleManager">
154+
<modules>
155+
<module fileurl="file://$PROJECT_DIR$/FloatFrame.iml" filepath="$PROJECT_DIR$/FloatFrame.iml" />
156+
</modules>
157+
</component>
158+
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="Android 4.4 Platform" project-jdk-type="Android SDK">
159+
<output url="file://$PROJECT_DIR$/out" />
160+
</component>
161+
<component name="VcsDirectoryMappings">
162+
<mapping directory="" vcs="" />
163+
</component>
164+
</project>
165+

0 commit comments

Comments
 (0)