mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Theme toolbar for m3
Resolves #2384 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b3a3277aa2
commit
f7035f5306
2 changed files with 3 additions and 1 deletions
|
@ -105,6 +105,8 @@ class FullScreenTextViewerActivity : AppCompatActivity() {
|
|||
supportActionBar?.setDisplayHomeAsUpEnabled(true)
|
||||
|
||||
viewThemeUtils.platform.themeStatusBar(this, binding.textviewToolbar)
|
||||
viewThemeUtils.material.themeToolbar(binding.textviewToolbar)
|
||||
viewThemeUtils.material.colorToolbarOverflowIcon(binding.textviewToolbar)
|
||||
|
||||
if (resources != null) {
|
||||
DisplayUtils.applyColorToNavigationBar(
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
android:id="@+id/textview_toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:theme="@style/appActionBarPopupMenu"
|
||||
android:theme="?attr/actionBarPopupTheme"
|
||||
app:layout_scrollFlags="scroll|enterAlways|snap"
|
||||
app:navigationIconTint="@color/fontAppbar"
|
||||
app:popupTheme="@style/appActionBarPopupMenu"
|
||||
|
|
Loading…
Reference in a new issue