Skip to content

Commit

Permalink
Merge pull request #579 from Tencent/hotfix/0.9.x
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
gryamy authored Apr 27, 2021
2 parents 36bd1e3 + f803ecd commit 603b8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
android:layout_height="match_parent">
<Toolbar
android:id="@+id/toolbar"
android:layout_height="@dimen/abc_action_bar_default_height_material"
android:layout_height="56dp"
android:layout_width="match_parent"
android:background="#ff009688"
app:navigationIcon="@drawable/back_icon_normal"
app:titleTextColor="#FFFFFF"
app:logo="@null">
android:background="#ff009688">
</Toolbar>
<FrameLayout
android:id="@+id/content"
Expand Down

This file was deleted.

0 comments on commit 603b8ee

Please sign in to comment.