mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Refactor conversation settings screens into a single fragment with new UI.
This commit is contained in:
committed by
Cody Henthorne
parent
f19033a7a2
commit
da2ee33dff
@@ -0,0 +1,12 @@
|
||||
package org.thoughtcrime.securesms.util;
|
||||
|
||||
import androidx.annotation.StyleRes;
|
||||
|
||||
import org.thoughtcrime.securesms.R;
|
||||
|
||||
public class DynamicConversationSettingsTheme extends DynamicTheme {
|
||||
|
||||
protected @StyleRes int getTheme() {
|
||||
return R.style.Signal_DayNight_ConversationSettings;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user