Skip to content

Commit f803ecd

Browse files
committed
Remove unsupport attr
1 parent 8d80a1d commit f803ecd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
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"

0 commit comments

Comments
 (0)