Skip to content

Commit

Permalink
- fix: removed linked devices qr scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockwisdom committed Aug 21, 2024
1 parent fd0b36f commit 00f36b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 178 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ dependencies {

implementation 'com.google.code.gson:gson:2.11.0'

implementation 'com.budiyev.android:code-scanner:2.1.0'

implementation 'com.google.android.material:material:1.12.0'

implementation "androidx.compose.material3:material3:$m3"
Expand Down

This file was deleted.

23 changes: 0 additions & 23 deletions app/src/main/res/layout/activity_web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,4 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<com.budiyev.android.codescanner.CodeScannerView
android:id="@+id/web_qr_scanner_view"
android:layout_width="match_parent"
android:layout_height="0dp"
app:autoFocusButtonColor="@android:color/white"
app:autoFocusButtonVisible="true"
app:flashButtonColor="@android:color/white"
app:flashButtonVisible="true"
app:frameAspectRatioHeight="1"
app:frameAspectRatioWidth="1"
app:frameColor="@android:color/white"
app:frameCornersRadius="0dp"
app:frameCornersSize="50dp"
app:frameSize="0.75"
app:frameThickness="2dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/activity_web_toolbar"
app:maskColor="#77000000">

</com.budiyev.android.codescanner.CodeScannerView>

</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 00f36b9

Please sign in to comment.