File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
app/src/main/java/com/mubarak/mbcompass/ui/compass Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2727
2828### Improvements 🚀
2929This app is currently in development 🛠️. New features and improvements might be added.
30+
31+ - 🛰️ Currently Working on GNSS based Cardinal Direction by using location bearing.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import android.view.WindowManager
77import androidx.compose.foundation.Image
88import androidx.compose.foundation.background
99import androidx.compose.foundation.layout.Arrangement
10+ import androidx.compose.foundation.layout.Column
1011import androidx.compose.foundation.layout.ExperimentalLayoutApi
1112import androidx.compose.foundation.layout.FlowColumn
1213import androidx.compose.foundation.layout.fillMaxSize
@@ -101,9 +102,7 @@ fun MBCompass(
101102 Font (resId = R .font.dm_sans_18, weight = FontWeight .Bold )
102103 )
103104
104- FlowColumn (
105- horizontalArrangement = Arrangement .Center ,
106- verticalArrangement = Arrangement .Center ,
105+ Column (
107106 modifier = Modifier .align(Alignment .CenterHorizontally )
108107 ) {
109108
You can’t perform that action at this time.
0 commit comments