Skip to content

Commit

Permalink
android demo: rename package to zxingcpp.app
Browse files Browse the repository at this point in the history
from com.example.zxingcppdemo
  • Loading branch information
axxel committed Sep 7, 2024
1 parent dc14922 commit c48bee1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
// SPDX-License-Identifier: Apache-2.0

package com.example.zxingcppdemo
package zxingcpp.app

import android.content.Context
import android.graphics.Canvas
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:layout_height="match_parent"
app:scaleType="fitCenter" />

<com.example.zxingcppdemo.PreviewOverlay
<zxingcpp.app.PreviewOverlay
android:id="@+id/overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:layout_height="match_parent"
app:scaleType="fitCenter" />

<com.example.zxingcppdemo.PreviewOverlay
<zxingcpp.app.PreviewOverlay
android:id="@+id/overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
Expand Down

0 comments on commit c48bee1

Please sign in to comment.