forked from mcongrove/ChariTi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
78 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,43 @@ | ||
"#content": { | ||
top: "46dp", | ||
backgroundColor: "#000" | ||
} | ||
backgroundColor: "#EEE", | ||
layout: "vertical", | ||
showVerticalScrollIndicator: true | ||
}, | ||
"#heading": { | ||
top: "15dp", | ||
left: "15dp", | ||
right: "15dp", | ||
height: Ti.UI.SIZE, | ||
font: { | ||
fontSize: "18dp", | ||
fontWeight: "bold" | ||
}, | ||
color: "#666" | ||
}, | ||
"#text": { | ||
top: "10dp", | ||
left: "15dp", | ||
right: "15dp", | ||
bottom: "15dp", | ||
height: Ti.UI.SIZE, | ||
font: { | ||
fontSize: "14dp", | ||
fontWeight: "normal" | ||
}, | ||
color: "#666" | ||
}, | ||
"#button": { | ||
top: "10dp", | ||
left: "15dp", | ||
right: "15dp", | ||
bottom: "15dp", | ||
height: "34dp", | ||
font: { | ||
fontSize: "14dp", | ||
fontWeight: "bold" | ||
}, | ||
color: "#666", | ||
borderRadius: "5dp", | ||
textAlign: "center" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#appname:ChariTi | ||
#publisher:Matthew Congrove | ||
#url:http://mattcongrove.com | ||
#url:http://chariti.mobi | ||
#image:appicon.png | ||
#appid:com.appcelerator.chariti | ||
#desc:An open-source Titanium project that allows charities to quickly build mobile applications. | ||
#appid:com.chariti.mobile | ||
#desc:ChariTi is a framework built to allow charities to quickly and easily create mobile applications. | ||
#type:ipad | ||
#guid:66774a0a-ba43-45f5-9686-f2de98701f32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters