Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1019aeb0b | |||
| 63aa14e31a | |||
|
2d87507fa4
|
|||
| bb8dc15554 | |||
| b3369f6390 | |||
| 46df3b5dbe | |||
| 3ab93c7342 |
@@ -57,7 +57,7 @@ fun StatsScreen(
|
||||
TopAppBar(
|
||||
title = {
|
||||
Row(verticalAlignment = Alignment.CenterVertically){
|
||||
Text(text=stringResource(R.string.action_edit), modifier = Modifier.weight(1f))
|
||||
Text(text=stringResource(R.string.action_stat), modifier = Modifier.weight(1f))
|
||||
Button(onClick = { countMode = !countMode }) {
|
||||
Text(if (countMode) "Count" else "Area")
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
android:pathData="M36,36m-28,0a28,28 0,1 1,56 0a28,28 0,1 1,-56 0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="@color/blue"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"/>
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
|
||||
</adaptive-icon>
|
||||
@@ -2708,9 +2708,9 @@ map-stream@0.0.7:
|
||||
integrity sha512-C0X0KQmGm3N2ftbTGBhSyuydQ+vV1LC3f3zPvT3RXHXNZrvfPZcoXp/N5DOa8vedX/rTMm2CjTtivFg2STJMRQ==
|
||||
|
||||
mapshaper@^0.7.22:
|
||||
version "0.7.37"
|
||||
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.7.37.tgz#c84fea97c82346d5b4c9065318d74894d2023826"
|
||||
integrity sha512-vaGs6rqDb6VwZfuGSniw5lypwfHwyxSpTk/MxRx6lm3stpLiqyPHvqXkVElBqcNpsDMw8h+CADPWWIceQmaVAA==
|
||||
version "0.7.39"
|
||||
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.7.39.tgz#70bb10aee2de01920f750fb844ff0c1bc3e598b5"
|
||||
integrity sha512-QukAoEdBIulFd6v5Cg/wLBNjbnfz3zBsmzyDmCSBzXKjj8WX/YrOyQHJChVb9CmzO6dTTRfTOYGWdVrcqWV//A==
|
||||
dependencies:
|
||||
"@bokuweb/zstd-wasm" "^0.0.27"
|
||||
"@ngageoint/geopackage" "^4.2.6"
|
||||
|
||||
Reference in New Issue
Block a user