Skip to content

Commit cecd855

Browse files
author
Amv Labs
committed
Android Latest Henna
1 parent b4ecb05 commit cecd855

File tree

158 files changed

+5019
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+5019
-1
lines changed
0 Bytes
Binary file not shown.

BluetoothPrinter/app/src/main/java/com/amvlabs/bluetoothprinter/PrintDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private String printStdFormat(PrintValues printValues) {
161161
output += "Tax :" + printStars(printValues.getTax());
162162
output += "--------------------------------";
163163
output += "Grand Total :" + printStars(printValues.getGrandTotal());
164-
output += "--------------------------------";
164+
output += "--------------------------------\n";
165165
return output;
166166
}
167167

Henna/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/workspace.xml
5+
/.idea/libraries
6+
.DS_Store
7+
/build
8+
/captures
9+
.externalNativeBuild
539 Bytes
Binary file not shown.

Henna/.idea/codeStyles/Project.xml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Henna/.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Henna/.idea/gradle.xml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Henna/.idea/misc.xml

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Henna/.idea/modules.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Henna/.idea/runConfigurations.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)