jenkins-bot has submitted this change and it was merged.
Change subject: Fix deprecated app:theme namespace warning
......................................................................
Fix deprecated app:theme namespace warning
Use android:theme instead of app:theme per logcat warning:
AppCompatViewInflater: app:theme is now deprecated. Please move to using
android:theme instead.
Change-Id: I979a4bb1bbb63820bd2009e23d2b7ae4db8d50a1
---
M app/src/main/res/layout/activity_single_fragment_with_toolbar.xml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mholloway: Looks good to me, approved
jenkins-bot: Verified
diff --git a/app/src/main/res/layout/activity_single_fragment_with_toolbar.xml
b/app/src/main/res/layout/activity_single_fragment_with_toolbar.xml
index f9a5563..5d1c1ab 100644
--- a/app/src/main/res/layout/activity_single_fragment_with_toolbar.xml
+++ b/app/src/main/res/layout/activity_single_fragment_with_toolbar.xml
@@ -19,7 +19,7 @@
android:layout_height="?attr/actionBarSize"
style="@style/AppTheme.ToolbarStyle"
android:background="@color/main_toolbar"
- app:theme="@style/AppTheme.ToolbarTheme"
+ android:theme="@style/AppTheme.ToolbarTheme"
app:titleTextColor="@android:color/white"
android:elevation="4dp">
--
To view, visit https://gerrit.wikimedia.org/r/316388
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I979a4bb1bbb63820bd2009e23d2b7ae4db8d50a1
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits