7 Commits

4 changed files with 5 additions and 6 deletions
@@ -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>
+3 -3
View File
@@ -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"