Added $=sats to main script, css styling changes, trying to add logo to the left of the price, logo added in assets-images
This commit is contained in:
parent
05104acbe9
commit
eb8ac849a0
@ -26,6 +26,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
|
|
||||||
// Load the HTML content from the "index.html" file
|
// Load the HTML content from the "index.html" file
|
||||||
val htmlContent = try {
|
val htmlContent = try {
|
||||||
|
// Load the HTML content from the "index.html" file
|
||||||
assets.open("index.html").bufferedReader().use { it.readText() }
|
assets.open("index.html").bufferedReader().use { it.readText() }
|
||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
e.printStackTrace()
|
e.printStackTrace()
|
||||||
|
Loading…
Reference in New Issue
Block a user