Skip to content

Commit 603b8ee

Browse files
authored
Merge pull request #579 from Tencent/hotfix/0.9.x
Fix build error
2 parents 36bd1e3 + f803ecd commit 603b8ee

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

matrix/matrix-android/matrix-sqlite-lint/matrix-sqlite-lint-android-sdk/src/full/res/layout-v21/activity_sqlitelint_base.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
android:layout_height="match_parent">
66
<Toolbar
77
android:id="@+id/toolbar"
8-
android:layout_height="@dimen/abc_action_bar_default_height_material"
8+
android:layout_height="56dp"
99
android:layout_width="match_parent"
10-
android:background="#ff009688"
11-
app:navigationIcon="@drawable/back_icon_normal"
12-
app:titleTextColor="#FFFFFF"
13-
app:logo="@null">
10+
android:background="#ff009688">
1411
</Toolbar>
1512
<FrameLayout
1613
android:id="@+id/content"

matrix/matrix-android/matrix-sqlite-lint/matrix-sqlite-lint-android-sdk/src/full/res/values/styles.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)