Small changes
This commit is contained in:
parent
7a86540c60
commit
89673216e8
3
.idea/gradle.xml
generated
3
.idea/gradle.xml
generated
@ -3,8 +3,9 @@
|
|||||||
<component name="GradleSettings">
|
<component name="GradleSettings">
|
||||||
<option name="linkedExternalProjectsSettings">
|
<option name="linkedExternalProjectsSettings">
|
||||||
<GradleProjectSettings>
|
<GradleProjectSettings>
|
||||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
<option name="distributionType" value="LOCAL" />
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
|
<option name="gradleHome" value="$APPLICATION_HOME_DIR$/gradle/gradle-2.2.1" />
|
||||||
<option name="modules">
|
<option name="modules">
|
||||||
<set>
|
<set>
|
||||||
<option value="$PROJECT_DIR$" />
|
<option value="$PROJECT_DIR$" />
|
||||||
|
@ -21,7 +21,7 @@ apply plugin: 'com.android.application'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion '21.0.2'
|
buildToolsVersion '21.1.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.maskyn.fileeditorpro"
|
applicationId "com.maskyn.fileeditorpro"
|
||||||
@ -37,6 +37,7 @@ android {
|
|||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@ repositories {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion '21.0.2'
|
buildToolsVersion '21.1.2'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.maskyn.fileeditor"
|
applicationId "com.maskyn.fileeditor"
|
||||||
minSdkVersion 11
|
minSdkVersion 11
|
||||||
@ -55,6 +55,7 @@ android {
|
|||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -70,7 +71,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: '*.jar')
|
compile fileTree(dir: 'libs', include: '*.jar')
|
||||||
compile project(':libraries:sharedCode')
|
compile project(':libraries:sharedCode')
|
||||||
compile 'com.google.android.gms:play-services:6.1.11'
|
compile 'com.google.android.gms:play-services:6.1.71'
|
||||||
compile('com.crashlytics.sdk.android:crashlytics:2.+@aar') {
|
compile('com.crashlytics.sdk.android:crashlytics:2.+@aar') {
|
||||||
transitive = true;
|
transitive = true;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
12
gradle/wrapper/gradle-wrapper.properties
vendored
12
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
#Wed Oct 22 18:10:25 CEST 2014
|
#Thu Dec 11 18:32:51 CET 2014
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion '21.0.2'
|
buildToolsVersion '21.1.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'com.faizmalkani.floatingactionbutton'
|
|
||||||
minSdkVersion 7
|
minSdkVersion 7
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
@ -10,9 +10,4 @@ public final class BuildConfig {
|
|||||||
public static final String FLAVOR = "";
|
public static final String FLAVOR = "";
|
||||||
public static final int VERSION_CODE = 1;
|
public static final int VERSION_CODE = 1;
|
||||||
public static final String VERSION_NAME = "1.0";
|
public static final String VERSION_NAME = "1.0";
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #APPLICATION_ID}
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public static final String PACKAGE_NAME = "com.faizmalkani.floatingactionbutton";
|
|
||||||
}
|
}
|
||||||
|
@ -10,9 +10,4 @@ public final class BuildConfig {
|
|||||||
public static final String FLAVOR = "";
|
public static final String FLAVOR = "";
|
||||||
public static final int VERSION_CODE = 1;
|
public static final int VERSION_CODE = 1;
|
||||||
public static final String VERSION_NAME = "1.0";
|
public static final String VERSION_NAME = "1.0";
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #APPLICATION_ID}
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public static final String PACKAGE_NAME = "com.faizmalkani.floatingactionbutton";
|
|
||||||
}
|
}
|
||||||
|
@ -10,9 +10,4 @@ public final class BuildConfig {
|
|||||||
public static final String FLAVOR = "";
|
public static final String FLAVOR = "";
|
||||||
public static final int VERSION_CODE = 1;
|
public static final int VERSION_CODE = 1;
|
||||||
public static final String VERSION_NAME = "1.0";
|
public static final String VERSION_NAME = "1.0";
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #APPLICATION_ID}
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public static final String PACKAGE_NAME = "com.faizmalkani.floatingactionbutton.test";
|
|
||||||
}
|
}
|
||||||
|
@ -1,173 +1,173 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||||
*
|
*
|
||||||
* This class was automatically generated by the
|
* This class was automatically generated by the
|
||||||
* aapt tool from the resource data it found. It
|
* aapt tool from the resource data it found. It
|
||||||
* should not be modified by hand.
|
* should not be modified by hand.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.faizmalkani.floatingactionbutton;
|
package com.faizmalkani.floatingactionbutton;
|
||||||
|
|
||||||
public final class R {
|
public final class R {
|
||||||
public static final class attr {
|
public static final class attr {
|
||||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int colour=0x7f010001;
|
public static int colour=0x7f010001;
|
||||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int drawable=0x7f010000;
|
public static int drawable=0x7f010000;
|
||||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int shadowColor=0x7f010005;
|
public static int shadowColor=0x7f010005;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int shadowDx=0x7f010003;
|
public static int shadowDx=0x7f010003;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int shadowDy=0x7f010004;
|
public static int shadowDy=0x7f010004;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int shadowRadius=0x7f010002;
|
public static int shadowRadius=0x7f010002;
|
||||||
}
|
}
|
||||||
public static final class styleable {
|
public static final class styleable {
|
||||||
/** Attributes that can be used with a FloatingActionButton.
|
/** Attributes that can be used with a FloatingActionButton.
|
||||||
<p>Includes the following attributes:</p>
|
<p>Includes the following attributes:</p>
|
||||||
<table>
|
<table>
|
||||||
<colgroup align="left" />
|
<colgroup align="left" />
|
||||||
<colgroup align="left" />
|
<colgroup align="left" />
|
||||||
<tr><th>Attribute</th><th>Description</th></tr>
|
<tr><th>Attribute</th><th>Description</th></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_colour com.faizmalkani.floatingactionbutton:colour}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_colour com.faizmalkani.floatingactionbutton:colour}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_drawable com.faizmalkani.floatingactionbutton:drawable}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_drawable com.faizmalkani.floatingactionbutton:drawable}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowColor com.faizmalkani.floatingactionbutton:shadowColor}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowColor com.faizmalkani.floatingactionbutton:shadowColor}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowDx com.faizmalkani.floatingactionbutton:shadowDx}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowDx com.faizmalkani.floatingactionbutton:shadowDx}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowDy com.faizmalkani.floatingactionbutton:shadowDy}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowDy com.faizmalkani.floatingactionbutton:shadowDy}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowRadius com.faizmalkani.floatingactionbutton:shadowRadius}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowRadius com.faizmalkani.floatingactionbutton:shadowRadius}</code></td><td></td></tr>
|
||||||
</table>
|
</table>
|
||||||
@see #FloatingActionButton_colour
|
@see #FloatingActionButton_colour
|
||||||
@see #FloatingActionButton_drawable
|
@see #FloatingActionButton_drawable
|
||||||
@see #FloatingActionButton_shadowColor
|
@see #FloatingActionButton_shadowColor
|
||||||
@see #FloatingActionButton_shadowDx
|
@see #FloatingActionButton_shadowDx
|
||||||
@see #FloatingActionButton_shadowDy
|
@see #FloatingActionButton_shadowDy
|
||||||
@see #FloatingActionButton_shadowRadius
|
@see #FloatingActionButton_shadowRadius
|
||||||
*/
|
*/
|
||||||
public static final int[] FloatingActionButton = {
|
public static final int[] FloatingActionButton = {
|
||||||
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
||||||
0x7f010004, 0x7f010005
|
0x7f010004, 0x7f010005
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#colour}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#colour}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:colour
|
@attr name com.faizmalkani.floatingactionbutton:colour
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_colour = 1;
|
public static int FloatingActionButton_colour = 1;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#drawable}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#drawable}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be an integer value, such as "<code>100</code>".
|
<p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:drawable
|
@attr name com.faizmalkani.floatingactionbutton:drawable
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_drawable = 0;
|
public static int FloatingActionButton_drawable = 0;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowColor}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowColor}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be an integer value, such as "<code>100</code>".
|
<p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:shadowColor
|
@attr name com.faizmalkani.floatingactionbutton:shadowColor
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_shadowColor = 5;
|
public static int FloatingActionButton_shadowColor = 5;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowDx}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowDx}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:shadowDx
|
@attr name com.faizmalkani.floatingactionbutton:shadowDx
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_shadowDx = 3;
|
public static int FloatingActionButton_shadowDx = 3;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowDy}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowDy}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:shadowDy
|
@attr name com.faizmalkani.floatingactionbutton:shadowDy
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_shadowDy = 4;
|
public static int FloatingActionButton_shadowDy = 4;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowRadius}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowRadius}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:shadowRadius
|
@attr name com.faizmalkani.floatingactionbutton:shadowRadius
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_shadowRadius = 2;
|
public static int FloatingActionButton_shadowRadius = 2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,173 +1,173 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||||
*
|
*
|
||||||
* This class was automatically generated by the
|
* This class was automatically generated by the
|
||||||
* aapt tool from the resource data it found. It
|
* aapt tool from the resource data it found. It
|
||||||
* should not be modified by hand.
|
* should not be modified by hand.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.faizmalkani.floatingactionbutton;
|
package com.faizmalkani.floatingactionbutton;
|
||||||
|
|
||||||
public final class R {
|
public final class R {
|
||||||
public static final class attr {
|
public static final class attr {
|
||||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int colour=0x7f010001;
|
public static int colour=0x7f010001;
|
||||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int drawable=0x7f010000;
|
public static int drawable=0x7f010000;
|
||||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int shadowColor=0x7f010005;
|
public static int shadowColor=0x7f010005;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int shadowDx=0x7f010003;
|
public static int shadowDx=0x7f010003;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int shadowDy=0x7f010004;
|
public static int shadowDy=0x7f010004;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static int shadowRadius=0x7f010002;
|
public static int shadowRadius=0x7f010002;
|
||||||
}
|
}
|
||||||
public static final class styleable {
|
public static final class styleable {
|
||||||
/** Attributes that can be used with a FloatingActionButton.
|
/** Attributes that can be used with a FloatingActionButton.
|
||||||
<p>Includes the following attributes:</p>
|
<p>Includes the following attributes:</p>
|
||||||
<table>
|
<table>
|
||||||
<colgroup align="left" />
|
<colgroup align="left" />
|
||||||
<colgroup align="left" />
|
<colgroup align="left" />
|
||||||
<tr><th>Attribute</th><th>Description</th></tr>
|
<tr><th>Attribute</th><th>Description</th></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_colour com.faizmalkani.floatingactionbutton:colour}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_colour com.faizmalkani.floatingactionbutton:colour}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_drawable com.faizmalkani.floatingactionbutton:drawable}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_drawable com.faizmalkani.floatingactionbutton:drawable}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowColor com.faizmalkani.floatingactionbutton:shadowColor}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowColor com.faizmalkani.floatingactionbutton:shadowColor}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowDx com.faizmalkani.floatingactionbutton:shadowDx}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowDx com.faizmalkani.floatingactionbutton:shadowDx}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowDy com.faizmalkani.floatingactionbutton:shadowDy}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowDy com.faizmalkani.floatingactionbutton:shadowDy}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowRadius com.faizmalkani.floatingactionbutton:shadowRadius}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowRadius com.faizmalkani.floatingactionbutton:shadowRadius}</code></td><td></td></tr>
|
||||||
</table>
|
</table>
|
||||||
@see #FloatingActionButton_colour
|
@see #FloatingActionButton_colour
|
||||||
@see #FloatingActionButton_drawable
|
@see #FloatingActionButton_drawable
|
||||||
@see #FloatingActionButton_shadowColor
|
@see #FloatingActionButton_shadowColor
|
||||||
@see #FloatingActionButton_shadowDx
|
@see #FloatingActionButton_shadowDx
|
||||||
@see #FloatingActionButton_shadowDy
|
@see #FloatingActionButton_shadowDy
|
||||||
@see #FloatingActionButton_shadowRadius
|
@see #FloatingActionButton_shadowRadius
|
||||||
*/
|
*/
|
||||||
public static final int[] FloatingActionButton = {
|
public static final int[] FloatingActionButton = {
|
||||||
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
||||||
0x7f010004, 0x7f010005
|
0x7f010004, 0x7f010005
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#colour}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#colour}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:colour
|
@attr name com.faizmalkani.floatingactionbutton:colour
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_colour = 1;
|
public static int FloatingActionButton_colour = 1;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#drawable}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#drawable}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be an integer value, such as "<code>100</code>".
|
<p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:drawable
|
@attr name com.faizmalkani.floatingactionbutton:drawable
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_drawable = 0;
|
public static int FloatingActionButton_drawable = 0;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowColor}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowColor}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be an integer value, such as "<code>100</code>".
|
<p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:shadowColor
|
@attr name com.faizmalkani.floatingactionbutton:shadowColor
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_shadowColor = 5;
|
public static int FloatingActionButton_shadowColor = 5;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowDx}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowDx}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:shadowDx
|
@attr name com.faizmalkani.floatingactionbutton:shadowDx
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_shadowDx = 3;
|
public static int FloatingActionButton_shadowDx = 3;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowDy}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowDy}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:shadowDy
|
@attr name com.faizmalkani.floatingactionbutton:shadowDy
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_shadowDy = 4;
|
public static int FloatingActionButton_shadowDy = 4;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowRadius}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.R.attr#shadowRadius}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton:shadowRadius
|
@attr name com.faizmalkani.floatingactionbutton:shadowRadius
|
||||||
*/
|
*/
|
||||||
public static int FloatingActionButton_shadowRadius = 2;
|
public static int FloatingActionButton_shadowRadius = 2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,173 +1,173 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||||
*
|
*
|
||||||
* This class was automatically generated by the
|
* This class was automatically generated by the
|
||||||
* aapt tool from the resource data it found. It
|
* aapt tool from the resource data it found. It
|
||||||
* should not be modified by hand.
|
* should not be modified by hand.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.faizmalkani.floatingactionbutton.test;
|
package com.faizmalkani.floatingactionbutton.test;
|
||||||
|
|
||||||
public final class R {
|
public final class R {
|
||||||
public static final class attr {
|
public static final class attr {
|
||||||
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static final int colour=0x7f010001;
|
public static final int colour=0x7f010001;
|
||||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static final int drawable=0x7f010000;
|
public static final int drawable=0x7f010000;
|
||||||
/** <p>Must be an integer value, such as "<code>100</code>".
|
/** <p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static final int shadowColor=0x7f010005;
|
public static final int shadowColor=0x7f010005;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static final int shadowDx=0x7f010003;
|
public static final int shadowDx=0x7f010003;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static final int shadowDy=0x7f010004;
|
public static final int shadowDy=0x7f010004;
|
||||||
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
/** <p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
*/
|
*/
|
||||||
public static final int shadowRadius=0x7f010002;
|
public static final int shadowRadius=0x7f010002;
|
||||||
}
|
}
|
||||||
public static final class styleable {
|
public static final class styleable {
|
||||||
/** Attributes that can be used with a FloatingActionButton.
|
/** Attributes that can be used with a FloatingActionButton.
|
||||||
<p>Includes the following attributes:</p>
|
<p>Includes the following attributes:</p>
|
||||||
<table>
|
<table>
|
||||||
<colgroup align="left" />
|
<colgroup align="left" />
|
||||||
<colgroup align="left" />
|
<colgroup align="left" />
|
||||||
<tr><th>Attribute</th><th>Description</th></tr>
|
<tr><th>Attribute</th><th>Description</th></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_colour com.faizmalkani.floatingactionbutton.test:colour}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_colour com.faizmalkani.floatingactionbutton.test:colour}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_drawable com.faizmalkani.floatingactionbutton.test:drawable}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_drawable com.faizmalkani.floatingactionbutton.test:drawable}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowColor com.faizmalkani.floatingactionbutton.test:shadowColor}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowColor com.faizmalkani.floatingactionbutton.test:shadowColor}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowDx com.faizmalkani.floatingactionbutton.test:shadowDx}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowDx com.faizmalkani.floatingactionbutton.test:shadowDx}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowDy com.faizmalkani.floatingactionbutton.test:shadowDy}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowDy com.faizmalkani.floatingactionbutton.test:shadowDy}</code></td><td></td></tr>
|
||||||
<tr><td><code>{@link #FloatingActionButton_shadowRadius com.faizmalkani.floatingactionbutton.test:shadowRadius}</code></td><td></td></tr>
|
<tr><td><code>{@link #FloatingActionButton_shadowRadius com.faizmalkani.floatingactionbutton.test:shadowRadius}</code></td><td></td></tr>
|
||||||
</table>
|
</table>
|
||||||
@see #FloatingActionButton_colour
|
@see #FloatingActionButton_colour
|
||||||
@see #FloatingActionButton_drawable
|
@see #FloatingActionButton_drawable
|
||||||
@see #FloatingActionButton_shadowColor
|
@see #FloatingActionButton_shadowColor
|
||||||
@see #FloatingActionButton_shadowDx
|
@see #FloatingActionButton_shadowDx
|
||||||
@see #FloatingActionButton_shadowDy
|
@see #FloatingActionButton_shadowDy
|
||||||
@see #FloatingActionButton_shadowRadius
|
@see #FloatingActionButton_shadowRadius
|
||||||
*/
|
*/
|
||||||
public static final int[] FloatingActionButton = {
|
public static final int[] FloatingActionButton = {
|
||||||
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
|
||||||
0x7f010004, 0x7f010005
|
0x7f010004, 0x7f010005
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#colour}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#colour}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
|
||||||
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton.test:colour
|
@attr name com.faizmalkani.floatingactionbutton.test:colour
|
||||||
*/
|
*/
|
||||||
public static final int FloatingActionButton_colour = 1;
|
public static final int FloatingActionButton_colour = 1;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#drawable}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#drawable}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be an integer value, such as "<code>100</code>".
|
<p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton.test:drawable
|
@attr name com.faizmalkani.floatingactionbutton.test:drawable
|
||||||
*/
|
*/
|
||||||
public static final int FloatingActionButton_drawable = 0;
|
public static final int FloatingActionButton_drawable = 0;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#shadowColor}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#shadowColor}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be an integer value, such as "<code>100</code>".
|
<p>Must be an integer value, such as "<code>100</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton.test:shadowColor
|
@attr name com.faizmalkani.floatingactionbutton.test:shadowColor
|
||||||
*/
|
*/
|
||||||
public static final int FloatingActionButton_shadowColor = 5;
|
public static final int FloatingActionButton_shadowColor = 5;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#shadowDx}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#shadowDx}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton.test:shadowDx
|
@attr name com.faizmalkani.floatingactionbutton.test:shadowDx
|
||||||
*/
|
*/
|
||||||
public static final int FloatingActionButton_shadowDx = 3;
|
public static final int FloatingActionButton_shadowDx = 3;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#shadowDy}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#shadowDy}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton.test:shadowDy
|
@attr name com.faizmalkani.floatingactionbutton.test:shadowDy
|
||||||
*/
|
*/
|
||||||
public static final int FloatingActionButton_shadowDy = 4;
|
public static final int FloatingActionButton_shadowDy = 4;
|
||||||
/**
|
/**
|
||||||
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#shadowRadius}
|
<p>This symbol is the offset where the {@link com.faizmalkani.floatingactionbutton.test.R.attr#shadowRadius}
|
||||||
attribute's value can be found in the {@link #FloatingActionButton} array.
|
attribute's value can be found in the {@link #FloatingActionButton} array.
|
||||||
|
|
||||||
|
|
||||||
<p>Must be a floating point value, such as "<code>1.2</code>".
|
<p>Must be a floating point value, such as "<code>1.2</code>".
|
||||||
<p>This may also be a reference to a resource (in the form
|
<p>This may also be a reference to a resource (in the form
|
||||||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
|
||||||
theme attribute (in the form
|
theme attribute (in the form
|
||||||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
|
||||||
containing a value of this type.
|
containing a value of this type.
|
||||||
@attr name com.faizmalkani.floatingactionbutton.test:shadowRadius
|
@attr name com.faizmalkani.floatingactionbutton.test:shadowRadius
|
||||||
*/
|
*/
|
||||||
public static final int FloatingActionButton_shadowRadius = 2;
|
public static final int FloatingActionButton_shadowRadius = 2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.faizmalkani.floatingactionbutton"
|
package="com.faizmalkani.floatingactionbutton"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="7"
|
android:minSdkVersion="7"
|
||||||
android:targetSdkVersion="21" />
|
android:targetSdkVersion="21" />
|
||||||
|
|
||||||
<application android:allowBackup="true" >
|
<application android:allowBackup="true" >
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
@ -1,13 +1,13 @@
|
|||||||
int attr colour 0x7f010001
|
int attr colour 0x7f010001
|
||||||
int attr drawable 0x7f010000
|
int attr drawable 0x7f010000
|
||||||
int attr shadowColor 0x7f010005
|
int attr shadowColor 0x7f010005
|
||||||
int attr shadowDx 0x7f010003
|
int attr shadowDx 0x7f010003
|
||||||
int attr shadowDy 0x7f010004
|
int attr shadowDy 0x7f010004
|
||||||
int attr shadowRadius 0x7f010002
|
int attr shadowRadius 0x7f010002
|
||||||
int[] styleable FloatingActionButton { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005 }
|
int[] styleable FloatingActionButton { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005 }
|
||||||
int styleable FloatingActionButton_colour 1
|
int styleable FloatingActionButton_colour 1
|
||||||
int styleable FloatingActionButton_drawable 0
|
int styleable FloatingActionButton_drawable 0
|
||||||
int styleable FloatingActionButton_shadowColor 5
|
int styleable FloatingActionButton_shadowColor 5
|
||||||
int styleable FloatingActionButton_shadowDx 3
|
int styleable FloatingActionButton_shadowDx 3
|
||||||
int styleable FloatingActionButton_shadowDy 4
|
int styleable FloatingActionButton_shadowDy 4
|
||||||
int styleable FloatingActionButton_shadowRadius 2
|
int styleable FloatingActionButton_shadowRadius 2
|
||||||
|
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.faizmalkani.floatingactionbutton"
|
package="com.faizmalkani.floatingactionbutton"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0" >
|
android:versionName="1.0" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="7"
|
android:minSdkVersion="7"
|
||||||
android:targetSdkVersion="21" />
|
android:targetSdkVersion="21" />
|
||||||
|
|
||||||
<application android:allowBackup="true" >
|
<application android:allowBackup="true" >
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
@ -1,13 +1,13 @@
|
|||||||
int attr colour 0x7f010001
|
int attr colour 0x7f010001
|
||||||
int attr drawable 0x7f010000
|
int attr drawable 0x7f010000
|
||||||
int attr shadowColor 0x7f010005
|
int attr shadowColor 0x7f010005
|
||||||
int attr shadowDx 0x7f010003
|
int attr shadowDx 0x7f010003
|
||||||
int attr shadowDy 0x7f010004
|
int attr shadowDy 0x7f010004
|
||||||
int attr shadowRadius 0x7f010002
|
int attr shadowRadius 0x7f010002
|
||||||
int[] styleable FloatingActionButton { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005 }
|
int[] styleable FloatingActionButton { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005 }
|
||||||
int styleable FloatingActionButton_colour 1
|
int styleable FloatingActionButton_colour 1
|
||||||
int styleable FloatingActionButton_drawable 0
|
int styleable FloatingActionButton_drawable 0
|
||||||
int styleable FloatingActionButton_shadowColor 5
|
int styleable FloatingActionButton_shadowColor 5
|
||||||
int styleable FloatingActionButton_shadowDx 3
|
int styleable FloatingActionButton_shadowDx 3
|
||||||
int styleable FloatingActionButton_shadowDy 4
|
int styleable FloatingActionButton_shadowDy 4
|
||||||
int styleable FloatingActionButton_shadowRadius 2
|
int styleable FloatingActionButton_shadowRadius 2
|
||||||
|
Binary file not shown.
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\assets"/></dataSet><dataSet config="debug"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\src\debug\assets"/></dataSet></merger>
|
<merger version="3"><dataSet config="main"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/assets"/></dataSet><dataSet config="debug"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/src/debug/assets"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\assets"/></dataSet><dataSet config="release"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\src\release\assets"/></dataSet></merger>
|
<merger version="3"><dataSet config="main"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/assets"/></dataSet><dataSet config="release"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/src/release/assets"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="debug"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\intermediates\bundles\debug\assets"/></dataSet><dataSet config="main"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\src\androidTest\assets"/></dataSet></merger>
|
<merger version="3"><dataSet config="debug"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/intermediates/bundles/debug/assets"/></dataSet><dataSet config="main"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/src/androidTest/assets"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="debug"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\intermediates\bundles\debug\res"><file path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\intermediates\bundles\debug\res\values\values.xml" qualifiers=""><declare-styleable name="FloatingActionButton"><attr format="integer" name="drawable"/><attr format="color" name="colour"/><attr format="float" name="shadowRadius"/><attr format="float" name="shadowDx"/><attr format="float" name="shadowDy"/><attr format="integer" name="shadowColor"/></declare-styleable></file></source></dataSet><dataSet config="main"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\src\androidTest\res"/><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\generated\res\rs\test\debug"/><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\generated\res\generated\test\debug"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="FloatingActionButton"><attr format="integer" name="drawable"/><attr format="color" name="colour"/><attr format="float" name="shadowRadius"/><attr format="float" name="shadowDx"/><attr format="float" name="shadowDy"/><attr format="integer" name="shadowColor"/></declare-styleable></configuration></mergedItems></merger>
|
<merger version="3"><dataSet config="debug"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/intermediates/bundles/debug/res"><file path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/intermediates/bundles/debug/res/values/values.xml" qualifiers=""><declare-styleable name="FloatingActionButton"><attr format="integer" name="drawable"/><attr format="color" name="colour"/><attr format="float" name="shadowRadius"/><attr format="float" name="shadowDx"/><attr format="float" name="shadowDy"/><attr format="integer" name="shadowColor"/></declare-styleable></file></source></dataSet><dataSet config="main"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/src/androidTest/res"/><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/generated/res/rs/test/debug"/><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/generated/res/generated/test/debug"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="FloatingActionButton"><attr format="integer" name="drawable"/><attr format="color" name="colour"/><attr format="float" name="shadowRadius"/><attr format="float" name="shadowDx"/><attr format="float" name="shadowDy"/><attr format="integer" name="shadowColor"/></declare-styleable></configuration></mergedItems></merger>
|
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\res"><file path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\res\values\attrs.xml" qualifiers=""><declare-styleable name="FloatingActionButton">
|
<merger version="3"><dataSet config="main"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/res"><file path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/res/values/attrs.xml" qualifiers=""><declare-styleable name="FloatingActionButton">
|
||||||
<attr format="integer" name="drawable"/>
|
<attr format="integer" name="drawable"/>
|
||||||
<attr format="color" name="colour"/>
|
<attr format="color" name="colour"/>
|
||||||
<attr format="float" name="shadowRadius"/>
|
<attr format="float" name="shadowRadius"/>
|
||||||
<attr format="float" name="shadowDx"/>
|
<attr format="float" name="shadowDx"/>
|
||||||
<attr format="float" name="shadowDy"/>
|
<attr format="float" name="shadowDy"/>
|
||||||
<attr format="integer" name="shadowColor"/>
|
<attr format="integer" name="shadowColor"/>
|
||||||
</declare-styleable></file></source><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\generated\res\rs\debug"/><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\generated\res\generated\debug"/></dataSet><dataSet config="debug"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\src\debug\res"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="FloatingActionButton"><attr format="integer" name="drawable"/><attr format="color" name="colour"/><attr format="float" name="shadowRadius"/><attr format="float" name="shadowDx"/><attr format="float" name="shadowDy"/><attr format="integer" name="shadowColor"/></declare-styleable></configuration></mergedItems></merger>
|
</declare-styleable></file></source><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/generated/res/rs/debug"/><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/generated/res/generated/debug"/></dataSet><dataSet config="debug"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/src/debug/res"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="FloatingActionButton"><attr format="integer" name="drawable"/><attr format="color" name="colour"/><attr format="float" name="shadowRadius"/><attr format="float" name="shadowDx"/><attr format="float" name="shadowDy"/><attr format="integer" name="shadowColor"/></declare-styleable></configuration></mergedItems></merger>
|
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\res"><file path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\res\values\attrs.xml" qualifiers=""><declare-styleable name="FloatingActionButton">
|
<merger version="3"><dataSet config="main"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/res"><file path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/res/values/attrs.xml" qualifiers=""><declare-styleable name="FloatingActionButton">
|
||||||
<attr format="integer" name="drawable"/>
|
<attr format="integer" name="drawable"/>
|
||||||
<attr format="color" name="colour"/>
|
<attr format="color" name="colour"/>
|
||||||
<attr format="float" name="shadowRadius"/>
|
<attr format="float" name="shadowRadius"/>
|
||||||
<attr format="float" name="shadowDx"/>
|
<attr format="float" name="shadowDx"/>
|
||||||
<attr format="float" name="shadowDy"/>
|
<attr format="float" name="shadowDy"/>
|
||||||
<attr format="integer" name="shadowColor"/>
|
<attr format="integer" name="shadowColor"/>
|
||||||
</declare-styleable></file></source><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\generated\res\rs\release"/><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\build\generated\res\generated\release"/></dataSet><dataSet config="release"><source path="C:\Users\Vlad\Documents\AndroidStudioProjects\turbo-editor\libraries\FloatingActionButton\src\release\res"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="FloatingActionButton"><attr format="integer" name="drawable"/><attr format="color" name="colour"/><attr format="float" name="shadowRadius"/><attr format="float" name="shadowDx"/><attr format="float" name="shadowDy"/><attr format="integer" name="shadowColor"/></declare-styleable></configuration></mergedItems></merger>
|
</declare-styleable></file></source><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/generated/res/rs/release"/><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/build/generated/res/generated/release"/></dataSet><dataSet config="release"><source path="/Users/mac/AndroidStudioProjects/turbo-editor/libraries/FloatingActionButton/src/release/res"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="FloatingActionButton"><attr format="integer" name="drawable"/><attr format="color" name="colour"/><attr format="float" name="shadowRadius"/><attr format="float" name="shadowDx"/><attr format="float" name="shadowDy"/><attr format="integer" name="shadowColor"/></declare-styleable></configuration></mergedItems></merger>
|
@ -1,20 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.faizmalkani.floatingactionbutton.test" >
|
package="com.faizmalkani.floatingactionbutton.test" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="7"
|
android:minSdkVersion="7"
|
||||||
android:targetSdkVersion="21" />
|
android:targetSdkVersion="21" />
|
||||||
|
|
||||||
<instrumentation
|
<instrumentation
|
||||||
android:name="android.test.InstrumentationTestRunner"
|
android:name="android.test.InstrumentationTestRunner"
|
||||||
android:functionalTest="false"
|
android:functionalTest="false"
|
||||||
android:handleProfiling="false"
|
android:handleProfiling="false"
|
||||||
android:label="Tests for com.faizmalkani.floatingactionbutton.test"
|
android:label="Tests for com.faizmalkani.floatingactionbutton.test"
|
||||||
android:targetPackage="com.faizmalkani.floatingactionbutton.test" />
|
android:targetPackage="com.faizmalkani.floatingactionbutton.test" />
|
||||||
|
|
||||||
<application android:allowBackup="true" >
|
<application android:allowBackup="true" >
|
||||||
<uses-library android:name="android.test.runner" />
|
<uses-library android:name="android.test.runner" />
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.faizmalkani.floatingactionbutton.test">
|
||||||
|
|
||||||
|
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="21" />
|
||||||
|
|
||||||
|
<application>
|
||||||
|
<uses-library android:name="android.test.runner" />
|
||||||
|
</application>
|
||||||
|
|
||||||
|
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
||||||
|
android:targetPackage="com.faizmalkani.floatingactionbutton.test"
|
||||||
|
android:handleProfiling="false"
|
||||||
|
android:functionalTest="false"
|
||||||
|
android:label="Tests for com.faizmalkani.floatingactionbutton.test"/>
|
||||||
|
</manifest>
|
@ -1,13 +1,13 @@
|
|||||||
int attr colour 0x7f010001
|
int attr colour 0x7f010001
|
||||||
int attr drawable 0x7f010000
|
int attr drawable 0x7f010000
|
||||||
int attr shadowColor 0x7f010005
|
int attr shadowColor 0x7f010005
|
||||||
int attr shadowDx 0x7f010003
|
int attr shadowDx 0x7f010003
|
||||||
int attr shadowDy 0x7f010004
|
int attr shadowDy 0x7f010004
|
||||||
int attr shadowRadius 0x7f010002
|
int attr shadowRadius 0x7f010002
|
||||||
int[] styleable FloatingActionButton { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005 }
|
int[] styleable FloatingActionButton { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005 }
|
||||||
int styleable FloatingActionButton_colour 1
|
int styleable FloatingActionButton_colour 1
|
||||||
int styleable FloatingActionButton_drawable 0
|
int styleable FloatingActionButton_drawable 0
|
||||||
int styleable FloatingActionButton_shadowColor 5
|
int styleable FloatingActionButton_shadowColor 5
|
||||||
int styleable FloatingActionButton_shadowDx 3
|
int styleable FloatingActionButton_shadowDx 3
|
||||||
int styleable FloatingActionButton_shadowDy 4
|
int styleable FloatingActionButton_shadowDy 4
|
||||||
int styleable FloatingActionButton_shadowRadius 2
|
int styleable FloatingActionButton_shadowRadius 2
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -5,7 +5,7 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:0.12.+'
|
classpath 'com.android.tools.build:gradle:+'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ dependencies {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion '21.0.2'
|
buildToolsVersion '21.1.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 7
|
minSdkVersion 7
|
||||||
|
@ -27,10 +27,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion '21.0.2'
|
buildToolsVersion '21.1.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "sharedcode.turboeditor"
|
|
||||||
minSdkVersion 11
|
minSdkVersion 11
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 1
|
versionCode 1
|
||||||
@ -43,6 +42,7 @@ android {
|
|||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -63,11 +63,11 @@ dependencies {
|
|||||||
compile project(':libraries:FloatingActionButton')
|
compile project(':libraries:FloatingActionButton')
|
||||||
//compile('de.greenrobot:eventbus:2.2.1') {
|
//compile('de.greenrobot:eventbus:2.2.1') {
|
||||||
// exclude module: 'support-v4'
|
// exclude module: 'support-v4'
|
||||||
// }
|
// }
|
||||||
// compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
|
// compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
|
||||||
compile 'org.apache.commons:commons-lang3:3.1'
|
compile 'org.apache.commons:commons-lang3:3.1'
|
||||||
compile files('libs/juniversalchardet-1.0.3.jar')
|
compile files('libs/juniversalchardet-1.0.3.jar')
|
||||||
compile ("com.android.support:appcompat-v7:21.+") {
|
compile('com.android.support:appcompat-v7:21.+') {
|
||||||
exclude group: 'com.android.support', module: 'support-v4'
|
exclude group: 'com.android.support', module: 'support-v4'
|
||||||
}
|
}
|
||||||
compile 'com.android.support:support-v4:21.+'
|
compile 'com.android.support:support-v4:21.+'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user