Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-android
Commits
e1439e76
Commit
e1439e76
authored
Jan 08, 2017
by
Robert Hitt
Browse files
Added icons to about page
parent
c8e6a8b2
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e1439e76
...
...
@@ -34,7 +34,7 @@ captures/
# Intellij
*.iml
.idea
.idea
/
# Keystore files
*.jks
...
...
app/build.gradle
View file @
e1439e76
...
...
@@ -34,7 +34,7 @@ dependencies {
compile
'com.android.support:appcompat-v7:25.1.0'
compile
'com.android.support:cardview-v7:25.1.0'
compile
'com.android.support:support-v4:25.1.0'
compile
'com.android.support:recyclerview-v7:25.
0
.0'
compile
'com.android.support:recyclerview-v7:25.
1
.0'
compile
'io.reactivex:rxandroid:1.2.0'
compile
'io.reactivex:rxjava:1.1.4'
testCompile
'junit:junit:4.12'
...
...
app/src/main/java/srct/whatsopen/ui/activities/AboutActivity.java
View file @
e1439e76
...
...
@@ -38,6 +38,7 @@ public class AboutActivity extends MaterialAboutActivity {
contributorsCardBuilder
.
title
(
"Contributors"
);
contributorsCardBuilder
.
addItem
(
new
MaterialAboutActionItem
.
Builder
()
.
text
(
"Version 1.0"
)
.
icon
(
R
.
drawable
.
ic_people_black_24dp
)
.
subText
(
"Robert Hitt"
)
.
build
());
...
...
@@ -45,6 +46,7 @@ public class AboutActivity extends MaterialAboutActivity {
aboutCardBuilder
.
title
(
"About"
);
aboutCardBuilder
.
addItem
(
new
MaterialAboutActionItem
.
Builder
()
.
text
(
"What's Open is a GMU SRCT project"
)
.
icon
(
R
.
drawable
.
ic_srct_logo
)
.
subText
(
"srct.gmu.edu"
)
.
setOnClickListener
(
new
MaterialAboutActionItem
.
OnClickListener
()
{
@Override
...
...
@@ -57,6 +59,7 @@ public class AboutActivity extends MaterialAboutActivity {
.
build
());
aboutCardBuilder
.
addItem
(
new
MaterialAboutActionItem
.
Builder
()
.
text
(
"Project Repository"
)
.
icon
(
R
.
drawable
.
ic_gitlab_logo
)
.
subText
(
"git.gmu.edu/srct/whats-open-android"
)
.
setOnClickListener
(
new
MaterialAboutActionItem
.
OnClickListener
()
{
@Override
...
...
app/src/main/res/drawable/ic_gitlab_logo.xml
0 → 100644
View file @
e1439e76
<vector
android:height=
"24dp"
android:viewportHeight=
"500.0"
android:viewportWidth=
"500.0"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#FC6D26"
android:pathData=
"M495.2,280.2L467.6,195.4L413,27.3C410.2,18.7 398,18.7 395.2,27.3L340.5,195.4L159.2,195.4L104.6,27.3C101.8,18.7 89.5,18.7 86.7,27.3L32.1,195.4L4.5,280.2C2,288 4.8,296.4 11.4,301.2L249.9,474.5L488.4,301.2C495,296.4 497.7,288 495.2,280.2"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#E24329"
android:pathData=
"M249.9,474.5L249.9,474.5L340.5,195.4L159.2,195.4L249.9,474.5L249.9,474.5Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FC6D26"
android:pathData=
"M249.9,474.5L159.2,195.4L32.1,195.4L249.9,474.5L249.9,474.5Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FCA326"
android:pathData=
"M32.1,195.4L32.1,195.4L4.5,280.2C2,288 4.8,296.4 11.4,301.2L249.9,474.5L32.1,195.4L32.1,195.4Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#E24329"
android:pathData=
"M32.1,195.4L159.2,195.4L104.6,27.3C101.8,18.7 89.5,18.7 86.7,27.3L32.1,195.4L32.1,195.4Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FC6D26"
android:pathData=
"M249.9,474.5L340.5,195.4L467.6,195.4L249.9,474.5L249.9,474.5Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FCA326"
android:pathData=
"M467.6,195.4L467.6,195.4L495.2,280.2C497.7,288 495,296.4 488.4,301.2L249.9,474.5L467.6,195.4L467.6,195.4Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#E24329"
android:pathData=
"M467.6,195.4L340.5,195.4L395.2,27.3C398,18.7 410.2,18.7 413,27.3L467.6,195.4L467.6,195.4Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
</vector>
app/src/main/res/drawable/ic_people_black_24dp.xml
0 → 100644
View file @
e1439e76
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M16,11c1.66,0 2.99,-1.34 2.99,-3S17.66,5 16,5c-1.66,0 -3,1.34 -3,3s1.34,3 3,3zM8,11c1.66,0 2.99,-1.34 2.99,-3S9.66,5 8,5C6.34,5 5,6.34 5,8s1.34,3 3,3zM8,13c-2.33,0 -7,1.17 -7,3.5L1,19h14v-2.5c0,-2.33 -4.67,-3.5 -7,-3.5zM16,13c-0.29,0 -0.62,0.02 -0.97,0.05 1.16,0.84 1.97,1.97 1.97,3.45L17,19h6v-2.5c0,-2.33 -4.67,-3.5 -7,-3.5z"
/>
</vector>
app/src/main/res/drawable/ic_srct_logo.xml
0 → 100644
View file @
e1439e76
<vector
android:height=
"24dp"
android:viewportHeight=
"166.341"
android:viewportWidth=
"167.512"
android:width=
"24dp"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<path
android:fillColor=
"#232A38"
android:pathData=
"M21.14,69.85h37.99c2.03,0 4.07,0 4.07,-3.14V55.48c0,-3.14 -2.04,-3.14 -4.07,-3.14H37.42c-8.14,0 -16.28,0 -16.28,-12.12v-7.63c0,-12.12 8.14,-12.12 16.28,-12.12h37.01v9.88H36.74c-2.03,0 -4.07,0 -4.07,3.14v5.84c0,3.14 2.04,3.14 4.07,3.14h21.71c8.14,0 16.28,0 16.28,12.12v13.02c0,12.12 -8.14,12.12 -16.28,12.12h-37.31V69.85z"
android:strokeColor=
"#232A38"
android:strokeWidth=
"2"
/>
<path
android:fillColor=
"#232A38"
android:pathData=
"M130.99,79.73l-19.44,-24.24H98.58v24.24h-12.24V20.47h39.6c8.64,0 17.28,0 17.28,12.12v10.77c0,12.12 -8.64,12.12 -16.56,12.12l19.44,24.24H130.99zM126.67,45.61c2.16,0 4.32,0 4.32,-3.14V33.49c0,-3.14 -2.16,-3.14 -4.32,-3.14H98.58v15.26H126.67z"
android:strokeColor=
"#232A38"
android:strokeWidth=
"2"
/>
<path
android:fillColor=
"#232A38"
android:pathData=
"M21.14,100.17c0,-11.94 8.64,-11.94 17.28,-11.94h36v9.73H37.7c-2.16,0 -4.32,0 -4.32,3.1v32.73c0,3.1 2.16,3.1 4.32,3.1h36.72v9.73H38.42c-8.64,0 -17.28,0 -17.28,-11.94V100.17z"
android:strokeColor=
"#232A38"
android:strokeWidth=
"2"
/>
<path
android:fillColor=
"#232A38"
android:pathData=
"M86.35,88.22h60.76v9.73h-24.3v48.66H110.65V97.96H86.35V88.22z"
android:strokeColor=
"#232A38"
android:strokeWidth=
"2"
/>
<path
android:fillColor=
"#232A38"
android:pathData=
"M3,96.09a5.93,6.15 0,1 0,11.87 0a5.93,6.15 0,1 0,-11.87 0z"
/>
<path
android:fillColor=
"#00000000"
android:pathData=
"M8.94,96.11v49.32c0,6.75 5.16,12.39 11.23,12.39h-0.06h127.53l0,0c5.89,0 11.23,-5.43 11.23,-12.39V21.5c0,-6.75 -5.16,-12.49 -11.23,-12.49l0,0H20.89c-5.89,0 -11.96,5.53 -11.96,12.49v40.41c0,6.75 6.13,12.91 12.21,12.91"
android:strokeColor=
"#242A38"
android:strokeWidth=
"11.808"
/>
</vector>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment