Skip to content

Commit

Permalink
Added about icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieCurtis committed Mar 12, 2015
1 parent 2bd2998 commit 793893c
Show file tree
Hide file tree
Showing 19 changed files with 194 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TripMobile/app/converticons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ SIZE=80
./pngconvert.sh -w$SIZE plain_scale.svg
./pngconvert.sh -w$SIZE plain_ts_reverse.svg
./pngconvert.sh -w$SIZE plain_ts.svg
./pngconvert.sh -w$SIZE trippy_about.svg
./pngconvert.sh -w$SIZE trippy_about_reverse.svg
./pngconvert.sh -w$SIZE trippy_book_reverse.svg
./pngconvert.sh -w$SIZE trippy_book.svg
./pngconvert.sh -w$SIZE trippy_contact.svg
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions TripMobile/app/src/main/res/drawable/selector_trippy_about.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_enabled="false"
android:drawable="@drawable/trippy_about" />
<item
android:state_enabled="true"
android:state_pressed="false"
android:drawable="@drawable/trippy_about" />
<item
android:state_pressed="true"
android:state_enabled="true"
android:drawable="@drawable/trippy_about_reverse" />
<item
android:state_focused="true"
android:state_enabled="true"
android:drawable="@drawable/trippy_about_reverse" />

</selector>
13 changes: 13 additions & 0 deletions TripMobile/app/src/main/res/layout/activity_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@
android:text="@string/btn_contact"/>
</LinearLayout>

<LinearLayout style="@style/MenuColumnBuffer" />

<LinearLayout style="@style/MenuColumn">
<ImageButton
style="@style/MenuButton"
android:id="@+id/btn_about"
android:onClick="clickAbout"
android:background="@drawable/selector_trippy_about" />
<TextView
style="@style/MenuText"
android:text="@string/btn_about"/>
</LinearLayout>

</LinearLayout>

</LinearLayout>
84 changes: 84 additions & 0 deletions TripMobile/app/src/main/svg/trippy_about.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions TripMobile/app/src/main/svg/trippy_about_reverse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 793893c

Please sign in to comment.