Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -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 :)
2 changes: 1 addition & 1 deletion src/com/template/theme/Foo.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
import android.os.Bundle;

public class Foo extends Activity {

}
2 changes: 1 addition & 1 deletion src/com/template/theme/templatebread/Foo.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
import android.os.Bundle;

public class Foo extends Activity {

}