-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for update Vuforia, fixed sample app for use the license from intent, test for generate first Version
- Loading branch information
Alberto Sainz Vegas
committed
Nov 29, 2018
1 parent
b2adf4d
commit 07692c3
Showing
8 changed files
with
79 additions
and
71 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
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 |
---|---|---|
@@ -1,56 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<LinearLayout | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
tools:context=".ImageRecognizerActivity" | ||
> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
tools:context=".ImageRecognizerActivity"> | ||
|
||
<include layout="@layout/toolbar"/> | ||
<include layout="@layout/toolbar" /> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
> | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical"> | ||
|
||
<TextView | ||
android:id="@+id/imagerecognizer_license_tv" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="License key:" | ||
/> | ||
android:id="@+id/imagerecognizer_license_tv" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="License key:" /> | ||
|
||
<TextView | ||
android:id="@+id/imagerecognizer_accessKey_tv" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="Access key:" | ||
/> | ||
android:id="@+id/imagerecognizer_accessKey_tv" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="Access key:" /> | ||
|
||
<TextView | ||
android:id="@+id/imagerecognizer_secretKey_tv" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="Secret key:" | ||
/> | ||
android:id="@+id/imagerecognizer_secretKey_tv" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="Secret key:" /> | ||
|
||
<TextView | ||
android:id="@+id/imagerecognizer_code_tv" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
/> | ||
android:id="@+id/imagerecognizer_code_tv" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:textColor="#ff3300" | ||
android:textStyle="bold" /> | ||
|
||
<Button | ||
android:id="@+id/start_vuforia_button" | ||
android:layout_width="match_parent" | ||
android:layout_height="50dp" | ||
android:layout_alignParentBottom="true" | ||
android:layout_marginBottom="40dp" | ||
android:layout_marginLeft="64dp" | ||
android:layout_marginRight="64dp" | ||
android:layout_marginTop="40dp" | ||
android:text="START VUFORIA" | ||
style="@style/ButtonStyle" | ||
/> | ||
android:id="@+id/start_vuforia_button" | ||
style="@style/ButtonStyle" | ||
android:layout_width="match_parent" | ||
android:layout_height="50dp" | ||
android:layout_alignParentBottom="true" | ||
android:layout_marginBottom="40dp" | ||
android:layout_marginLeft="64dp" | ||
android:layout_marginRight="64dp" | ||
android:layout_marginTop="40dp" | ||
android:text="START VUFORIA" /> | ||
</LinearLayout> | ||
</LinearLayout> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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