Skip to content

Commit 5124e4f

Browse files
committed
adjusted background and style for toolbar on enter password screen
1 parent 642b757 commit 5124e4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Simplenote/src/main/res/layout/new_activity_credentials.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
<androidx.appcompat.widget.Toolbar
1313
android:id="@+id/toolbar"
14-
android:background="@android:color/white"
14+
android:background="?attr/toolbarColor"
1515
android:elevation="0dp"
1616
android:layout_height="?attr/actionBarSize"
1717
android:layout_width="match_parent"
18-
app:popupTheme="@style/ThemeOverlay.MaterialComponents.Light"
19-
app:theme="@style/ThemeOverlay.MaterialComponents.ActionBar"
18+
app:popupTheme="@style/ThemeOverlay.MaterialComponents"
19+
app:theme="@style/ThemeOverlay.MaterialComponents"
2020
tools:layout_height="wrap_content">
2121
</androidx.appcompat.widget.Toolbar>
2222

0 commit comments

Comments
 (0)