Skip to content

Commit

Permalink
android screen fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
VB10 committed May 9, 2020
1 parent 9e3a709 commit 8f09aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/view/chat/chat_android.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ChatViewAndroid extends ChatViewModel {
IconButton(icon: Icon(Icons.more_vert), onPressed: () {}),
],
centerTitle: false,
backgroundColor: Theme.of(context).accentColor,
backgroundColor: Colors.green,
bottom: TabBar(
tabs: [Tab(text: "CHATS"), Tab(text: "STATE"), Tab(text: "CALL")],
indicatorColor: Theme.of(context).canvasColor,
Expand Down Expand Up @@ -159,7 +159,7 @@ class ChatViewAndroid extends ChatViewModel {
chat.date,
style: Theme.of(context)
.textTheme
.headline5
.subtitle2
.copyWith(color: Theme.of(context).splashColor),
),
Spacer()
Expand Down

0 comments on commit 8f09aed

Please sign in to comment.