Skip to content

Commit

Permalink
hopefully fixed ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
leahlud committed Jul 20, 2023
1 parent 503871d commit a83987c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_scanner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
app:layout_constraintVertical_bias="0.0"

>

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

<!-- <Switch-->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#222B5C</color> <!-- delete later on? -->
<color name="colorPrimary">#222B5C</color> <!-- delete later on -->
<color name="colorPrimaryDark">#daecdb</color> <!-- delete later on? -->
<color name="colorAccent">#E35058</color> <!-- delete later on? -->
<color name="selectedAppBarIcon">#088BC1</color> <!-- delete later on? -->
Expand Down

0 comments on commit a83987c

Please sign in to comment.