Skip to content

Commit e1e8bb8

Browse files
author
ivan.navas
committed
Add Projects
1 parent 74d02df commit e1e8bb8

File tree

227 files changed

+5312
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+5312
-0
lines changed

MaterialDesign/.classpath

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8+
<classpathentry kind="output" path="bin/classes"/>
9+
</classpath>

MaterialDesign/.project

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>MaterialDesign</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.jdt.core.javabuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
31+
<nature>org.eclipse.jdt.core.javanature</nature>
32+
</natures>
33+
</projectDescription>

MaterialDesign/AndroidManifest.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.gc.materialdesign"
3+
android:versionCode="1"
4+
android:versionName="1.0" >
5+
6+
<uses-sdk
7+
android:minSdkVersion="8"
8+
android:targetSdkVersion="19" />
9+
10+
<application
11+
android:allowBackup="true"
12+
android:icon="@drawable/ic_launcher"
13+
android:label="@string/app_name"
14+
android:theme="@style/AppTheme" >
15+
16+
</application>
17+
18+
</manifest>
4.47 KB
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.gc.materialdesign"
3+
android:versionCode="1"
4+
android:versionName="1.0" >
5+
6+
<uses-sdk
7+
android:minSdkVersion="8"
8+
android:targetSdkVersion="19" />
9+
10+
<application
11+
android:allowBackup="true"
12+
android:icon="@drawable/ic_launcher"
13+
android:label="@string/app_name"
14+
android:theme="@style/AppTheme" >
15+
16+
</application>
17+
18+
</manifest>

MaterialDesign/bin/R.txt

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
int anim progress_indeterminate_animation 0x7f040000
2+
int anim snackbar_hide_animation 0x7f040001
3+
int anim snackbar_show_animation 0x7f040002
4+
int attr animate 0x7f010007
5+
int attr check 0x7f010005
6+
int attr icon 0x7f010006
7+
int attr max 0x7f010001
8+
int attr min 0x7f010002
9+
int attr progress 0x7f010004
10+
int attr showNumberIndicator 0x7f010000
11+
int attr value 0x7f010003
12+
int color green 0x7f050000
13+
int color theme_accent_color 0x7f050001
14+
int color theme_accent_color_light 0x7f050002
15+
int drawable background_button 0x7f020000
16+
int drawable background_button_float 0x7f020001
17+
int drawable background_button_rectangle 0x7f020002
18+
int drawable background_checkbox 0x7f020003
19+
int drawable background_checkbox_check 0x7f020004
20+
int drawable background_checkbox_uncheck 0x7f020005
21+
int drawable background_progress 0x7f020006
22+
int drawable background_switch_ball_uncheck 0x7f020007
23+
int drawable background_transparent 0x7f020008
24+
int drawable dialog_background 0x7f020009
25+
int drawable float_button1_shadowp 0x7f02000a
26+
int drawable float_button_shadow1 0x7f02000b
27+
int drawable ic_launcher 0x7f02000c
28+
int drawable ic_reloj_max 0x7f02000d
29+
int drawable shadow_down 0x7f02000e
30+
int drawable shadow_right 0x7f02000f
31+
int drawable sprite_check 0x7f020010
32+
int id blue 0x7f080010
33+
int id button 0x7f080003
34+
int id buttonFloat 0x7f080005
35+
int id buttonFloatSmall 0x7f080006
36+
int id button_accept 0x7f080015
37+
int id button_cancel 0x7f080014
38+
int id buttonflat 0x7f080002
39+
int id checkBox 0x7f080007
40+
int id contentDialog 0x7f080011
41+
int id green 0x7f08000f
42+
int id layout 0x7f080001
43+
int id message 0x7f080013
44+
int id number_indicator_spinner_content 0x7f080016
45+
int id progressBarCircularIndetermininate 0x7f08000c
46+
int id progressBarIndeterminate 0x7f08000a
47+
int id progressBarIndeterminateDeterminate 0x7f08000b
48+
int id progressDeterminate 0x7f080009
49+
int id red 0x7f08000e
50+
int id scroll 0x7f080000
51+
int id shape_bacground 0x7f080019
52+
int id slider 0x7f080004
53+
int id snackbar 0x7f080017
54+
int id switchView 0x7f080008
55+
int id text 0x7f080018
56+
int id title 0x7f080012
57+
int id viewColor 0x7f08000d
58+
int layout activity_main 0x7f030000
59+
int layout color_selector 0x7f030001
60+
int layout dialog 0x7f030002
61+
int layout number_indicator_spinner 0x7f030003
62+
int layout snackbar 0x7f030004
63+
int layout text 0x7f030005
64+
int string app_name 0x7f060000
65+
int style AppBaseTheme 0x7f070001
66+
int style AppTheme 0x7f070000
67+
int[] styleable CustomAttributes { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007 }
68+
int styleable CustomAttributes_animate 7
69+
int styleable CustomAttributes_check 5
70+
int styleable CustomAttributes_icon 6
71+
int styleable CustomAttributes_max 1
72+
int styleable CustomAttributes_min 2
73+
int styleable CustomAttributes_progress 4
74+
int styleable CustomAttributes_showNumberIndicator 0
75+
int styleable CustomAttributes_value 3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

MaterialDesign/bin/jarlist.cache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# cache for current jar dependency. DO NOT EDIT.
2+
# format is <lastModified> <length> <SHA-1> <path>
3+
# Encoding is UTF-8

MaterialDesign/bin/materialdesign.jar

56.4 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** Automatically generated file. DO NOT MODIFY */
2+
package com.gc.materialdesign;
3+
4+
public final class BuildConfig {
5+
public final static boolean DEBUG = true;
6+
}

0 commit comments

Comments
 (0)