Skip to content

Commit

Permalink
Merge pull request #22 from Anyline/release/34
Browse files Browse the repository at this point in the history
Remove Bottlecapactivity
  • Loading branch information
patrickAnyline authored Oct 6, 2021
2 parents 073194d + c5bed40 commit 607c134
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 148 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,6 @@
android:label="@string/title_license_plate"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.DarkActionBar" />
<activity
android:name=".ocr.ScanBottlecapActivity"
android:label="@string/title_bottlecap"
android:parentActivityName=".MainActivity"
android:screenOrientation="portrait">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="io.anyline.examples.MainActivity" />
</activity>
<activity
android:name=".ocr.ScanRedBullCodeActivity"
android:label="@string/title_redbull"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<item>Others</item>
<item>@string/title_cowtag</item>
<item>@string/iban</item>
<item>@string/bottlecap</item>
<item>@string/red_bull_code</item>
<item>@string/voucher_code</item>
<item>@string/scrabble</item>
Expand All @@ -35,7 +34,6 @@
<item>HEADER</item>
<item>io.anyline.examples.ocr.ScanCowtagActivity</item>
<item>io.anyline.examples.ocr.ScanIbanActivity</item>
<item>io.anyline.examples.ocr.ScanBottlecapActivity</item>
<item>io.anyline.examples.ocr.ScanRedBullCodeActivity</item>
<item>io.anyline.examples.ocr.ScanVoucherCodeActivity</item>
<item>io.anyline.examples.ocr.ScanScrabbleActivity</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@


<string name="scrabble">Scrabble Anagram</string>
<string name="bottlecap">Bottlecap</string>
<string name="red_bull_code">Red Bull Mobile Collect</string>
<string name="isbn">ISBN</string>
<string name="record">Record Number</string>
Expand Down

0 comments on commit 607c134

Please sign in to comment.