1. 이미지 및 UI 개선
2. UI 텍스트 한국어 번역 3. 환경설정 화면 상세 구현 (SettingScreen)
This commit is contained in:
@@ -44,12 +44,6 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
scrolledUnderElevation: 0,
|
||||
elevation: 0,
|
||||
centerTitle: false,
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: Icon(Icons.more_vert, color: _mainTextColor),
|
||||
onPressed: () {},
|
||||
),
|
||||
],
|
||||
),
|
||||
body: SingleChildScrollView(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16.0, vertical: 16.0),
|
||||
@@ -108,7 +102,7 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
),
|
||||
child: Image.asset(
|
||||
'assets/images/storage.png',
|
||||
'assets/images/top.png',
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
),
|
||||
@@ -136,7 +130,7 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
const SizedBox(height: 10),
|
||||
Expanded(
|
||||
child: _buildStatusButton(
|
||||
text: 'ERROR: 문 열림',
|
||||
text: '센서 경고 : 문 열림',
|
||||
textColor: _warningColor,
|
||||
bgColor: _accentContainerColor,
|
||||
isError: true,
|
||||
@@ -191,7 +185,7 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'문 잠금 제어',
|
||||
'보관함 문 제어',
|
||||
style: TextStyle(
|
||||
color: _mainTextColor,
|
||||
fontSize: 14,
|
||||
@@ -256,7 +250,7 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'조작 기록 및 경고',
|
||||
'실시간 상태',
|
||||
style: TextStyle(
|
||||
color: _mainTextColor,
|
||||
fontSize: 14,
|
||||
@@ -283,7 +277,7 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
text: TextSpan(
|
||||
children: [
|
||||
TextSpan(
|
||||
text: '센서 경고: ',
|
||||
text: '센서 경고 : ',
|
||||
style: TextStyle(
|
||||
color: _warningColor,
|
||||
fontWeight: FontWeight.bold,
|
||||
@@ -291,9 +285,9 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
),
|
||||
),
|
||||
TextSpan(
|
||||
text: '문 닫힘 불완전',
|
||||
text: '문 열림',
|
||||
style: TextStyle(
|
||||
color: _mainTextColor,
|
||||
color: _warningColor,
|
||||
fontSize: 12,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
@@ -334,7 +328,7 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
'조작 기록 및 경고',
|
||||
'시스템 기록',
|
||||
style: TextStyle(
|
||||
color: _mainTextColor,
|
||||
fontSize: 14,
|
||||
@@ -357,7 +351,7 @@ class _ControlScreenState extends State<ControlScreen> {
|
||||
color: _warningColor, size: 14),
|
||||
const SizedBox(width: 8),
|
||||
Text(
|
||||
'센서 경고: 문 열림',
|
||||
'1:50 PM - 센서 경고 : 문 열림',
|
||||
style: TextStyle(
|
||||
color: _mainTextColor,
|
||||
fontSize: 12,
|
||||
|
||||
Reference in New Issue
Block a user