mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Fix navigation bar color issues.
This commit is contained in:
committed by
Greyson Parrelli
parent
ff64f7368b
commit
539a0182e0
@@ -0,0 +1,12 @@
|
||||
package org.thoughtcrime.securesms.util;
|
||||
|
||||
import androidx.annotation.StyleRes;
|
||||
|
||||
import org.thoughtcrime.securesms.R;
|
||||
|
||||
public class DynamicNoActionBarTransparentNavigationBarTheme extends DynamicTheme {
|
||||
|
||||
protected @StyleRes int getTheme() {
|
||||
return R.style.Signal_DayNight_NoActionBar_TransparentNavigationBar;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user