mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-08 16:38:14 -05:00
And add the View Result button to the strings file.
This commit is contained in:
parent
8a3870e763
commit
7b732e38f6
@ -48,7 +48,7 @@
|
||||
android:id="@+id/btnViewResult"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="View Result" />
|
||||
android:text="@string/btnViewResult" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -20,5 +20,6 @@
|
||||
<string name="zxing_market_uri">market://details?id=com.google.zxing.client.android</string>
|
||||
<string name="dialog_ok_text">OK</string>
|
||||
<string name="dialog_cancel_text">Cancel</string>
|
||||
<string name="btnViewResult">View Result</string>
|
||||
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user