diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac8f968 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.pyc + +# Logs and databases # +###################### +*.log + +# OS generated files # +###################### +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db diff --git a/README b/README index fb56a2e..93589ab 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ -Templatebread theme created by Haxzamatic. +Templatebread theme created by Haxzamatic. -This is a template for the T-Mobile Theme Engine. It has all AOSP graphics, so nothing is themed. +This is a template for the T-Mobile Theme Engine. It has all AOSP graphics, so nothing is themed. -Hope this helps some people with making themes, I have tons of graphics still to add. I figured till I get the xml's are finished I would share what I have and push the updates here. -All of the png's I added have the app com name in the begining of the png name. so if the png is from the launcher it would be com_android_launcher_pngname.png. +Hope this helps some people with making themes, I have tons of graphics still to add. I figured till I get the xml's are finished I would share what I have and push the updates here. +All of the png's I added have the app com name in the begining of the png name. so if the png is from the launcher it would be com_android_launcher_pngname.png. Now go have some fun :) \ No newline at end of file diff --git a/src/com/template/theme/Foo.java b/src/com/template/theme/Foo.java index fb8adb0..69b0285 100644 --- a/src/com/template/theme/Foo.java +++ b/src/com/template/theme/Foo.java @@ -4,5 +4,5 @@ import android.os.Bundle; public class Foo extends Activity { - + } \ No newline at end of file diff --git a/src/com/template/theme/templatebread/Foo.java b/src/com/template/theme/templatebread/Foo.java index fb8adb0..69b0285 100644 --- a/src/com/template/theme/templatebread/Foo.java +++ b/src/com/template/theme/templatebread/Foo.java @@ -4,5 +4,5 @@ import android.os.Bundle; public class Foo extends Activity { - + } \ No newline at end of file