Must be a color value, in the form of "#rgb
", "#argb
",
13 | "#rrggbb
", or "#aarrggbb
".
14 |
This may also be a reference to a resource (in the form
15 | "@[package:]type:name
") or
16 | theme attribute (in the form
17 | "?[package:][type:]name
")
18 | containing a value of this type.
19 | */
20 | public static final int color=0x7f010000;
21 | }
22 | public static final class drawable {
23 | public static final int ic_launcher=0x7f020000;
24 | }
25 | public static final class id {
26 | public static final int bubble=0x7f050000;
27 | }
28 | public static final class layout {
29 | public static final int main=0x7f030000;
30 | }
31 | public static final class string {
32 | public static final int app_name=0x7f040000;
33 | }
34 | public static final class styleable {
35 | /** Attributes that can be used with a DraggableFlagView.
36 |
Includes the following attributes:
37 |Attribute | Description |
---|---|
{@link #DraggableFlagView_color com.wangjie.draggableflagview:color} |
This symbol is the offset where the {@link com.wangjie.draggableflagview.R.attr#color} 50 | attribute's value can be found in the {@link #DraggableFlagView} array. 51 | 52 | 53 |
Must be a color value, in the form of "#rgb
", "#argb
",
54 | "#rrggbb
", or "#aarrggbb
".
55 |
This may also be a reference to a resource (in the form
56 | "@[package:]type:name
") or
57 | theme attribute (in the form
58 | "?[package:][type:]name
")
59 | containing a value of this type.
60 | @attr name com.wangjie.draggableflagview:color
61 | */
62 | public static final int DraggableFlagView_color = 0;
63 | };
64 | }
65 |
--------------------------------------------------------------------------------
/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/younfor/BubbleDrag/f3ee0dc7af2a69a9788f0127a1299da07c19156c/ic_launcher-web.png
--------------------------------------------------------------------------------
/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/younfor/BubbleDrag/f3ee0dc7af2a69a9788f0127a1299da07c19156c/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-19
15 |
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/younfor/BubbleDrag/f3ee0dc7af2a69a9788f0127a1299da07c19156c/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-ldpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/younfor/BubbleDrag/f3ee0dc7af2a69a9788f0127a1299da07c19156c/res/drawable-ldpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/younfor/BubbleDrag/f3ee0dc7af2a69a9788f0127a1299da07c19156c/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/younfor/BubbleDrag/f3ee0dc7af2a69a9788f0127a1299da07c19156c/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |