Skip to content

Commit

Permalink
[SVN] r2202 Inventory in /Projects/Inventory/
Browse files Browse the repository at this point in the history
[FIX] Remove font colors to prevent crashes
  • Loading branch information
TWiStErRob committed Sep 20, 2016
1 parent 61f677f commit c8f4b74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<string name="welcome_title">First startup… Welcome!</string>
<string name="welcome_question" tools:ignore="TypographyQuotes"><![CDATA[
Would you like me to create a sample inventory for you?
<i><font color="#808080">(You can also do it later from the action bar if your inventory is empty.)</font></i>
<i>(You can also do it later from the action bar if your inventory is empty.)</i>
]]></string>
<string name="welcome_help_tip">See About for help and usage tips!</string>
<string name="welcome_backup">Import backup</string>
Expand Down
8 changes: 4 additions & 4 deletions android/src/main/res/values/strings_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
You can move the selection by dragging the middle of it.
The color of the cropping selection indicates the status of taking the picture:
<!-- net.twisterrob.android.view.SelectionView.SelectionStatus -->
&LI;<font color="cyan">blue</font> for camera active
&LI;<font color="yellow">yellow</font> for work in progress
&LI;<font color="green">green</font> for focused and ready
&LI;<font color="red">red</font> for out of focus or error
&LI;blue for camera active
&LI;yellow for work in progress
&LI;green for focused and ready
&LI;red for out of focus or error
\n<b>To take a picture</b> using the built-in camera:
&LI;if the image is still, press the middle picture button, to start the preview
&LI;if the image is moving, press the middle picture button, to take a picture
Expand Down

0 comments on commit c8f4b74

Please sign in to comment.