Skip to content

Commit

Permalink
search theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Jul 10, 2022
1 parent 8a27b21 commit f0694e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ android {
applicationId packageName
minSdkVersion 21
targetSdkVersion 31
versionCode 10009015
versionName "0.9.2 X"
versionCode 10009020
versionName "0.9.2 Sliver"
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64' }
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

class Constants {
static String tagName = "0.9.1";
static String tagName = "0.9.2";
static const isGooglePlay =
bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);
static int type = 0;
Expand Down
4 changes: 4 additions & 0 deletions lib/page/search/suggest/search_suggestion_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ class _SearchSuggestionPageState extends State<SearchSuggestionPage> {
title: _textField(context, TextInputType.text, focusNode),
backgroundColor: Colors.transparent,
elevation: 0.0,
systemOverlayStyle: SystemUiOverlayStyle(
systemNavigationBarColor: Colors.transparent,
systemNavigationBarDividerColor: Colors.transparent,
statusBarColor: Colors.transparent),
iconTheme:
IconThemeData(color: Theme.of(context).textTheme!.bodyText1!.color),
actions: <Widget>[
Expand Down

0 comments on commit f0694e1

Please sign in to comment.