Skip to content

Commit

Permalink
feat: remove the blue background color
Browse files Browse the repository at this point in the history
  • Loading branch information
hellohublot committed Jul 29, 2024
1 parent ffc10bc commit d09c490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android/src/main/res/layout/view_home_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:background="@android:color/transparent">

<com.google.android.material.appbar.CollapsingToolbarLayout
android:id="@+id/toolbar"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onekeyfe/react-native-tab-page-view",
"version": "1.0.7",
"version": "1.0.8",
"description": "React Native Tab Page View",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit d09c490

Please sign in to comment.