-
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.
Updated the About page to included the Privacy Policy and also disabl…
…ed the Precise Mode toggle until it is implemented.
- Loading branch information
Robert Montefusco
committed
Dec 21, 2016
1 parent
92fa451
commit 730ff47
Showing
3 changed files
with
16 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,11 @@ | |
android:layout_height="0dp" | ||
android:textAppearance="?android:attr/textAppearanceLarge" | ||
android:textSize="20sp" | ||
android:text="An app by:\nRobert Montefusco\nTony Sampson\nYajie Niu\n\nFor CS371M Mobile Computing\nat the University of Texas at Austin\n\nAnd for those who need help with colors!\n\n\nSupport email: [email protected]" | ||
android:text="Version 1.01\n\nAn app by:\nRobert Montefusco\nTony Sampson\nYajie Niu\n\nFor CS371M Mobile Computing\nat The University of Texas at Austin\n\nAnd for those who need help with colors!\n\n\nSupport email: [email protected] \n\n\nPrivacy policy: https://raw.githubusercontent.com/robmonte/ChromaVision/master/PRIVACY.txt" | ||
android:layout_weight="0.6" | ||
android:gravity="center_horizontal" | ||
android:id="@+id/textView2" | ||
android:autoLink="email" /> | ||
android:autoLink="email|web" | ||
android:linksClickable="true" /> | ||
|
||
</LinearLayout> |
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