We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642b757 commit 5124e4fCopy full SHA for 5124e4f
Simplenote/src/main/res/layout/new_activity_credentials.xml
@@ -11,12 +11,12 @@
11
12
<androidx.appcompat.widget.Toolbar
13
android:id="@+id/toolbar"
14
- android:background="@android:color/white"
+ android:background="?attr/toolbarColor"
15
android:elevation="0dp"
16
android:layout_height="?attr/actionBarSize"
17
android:layout_width="match_parent"
18
- app:popupTheme="@style/ThemeOverlay.MaterialComponents.Light"
19
- app:theme="@style/ThemeOverlay.MaterialComponents.ActionBar"
+ app:popupTheme="@style/ThemeOverlay.MaterialComponents"
+ app:theme="@style/ThemeOverlay.MaterialComponents"
20
tools:layout_height="wrap_content">
21
</androidx.appcompat.widget.Toolbar>
22
0 commit comments