Themes & styles cleanup.

This commit is contained in:
Anton Chekulaev
2020-09-02 12:47:56 +10:00
parent 4a39fe9588
commit 4b939358e9
14 changed files with 73 additions and 435 deletions

View File

@@ -47,7 +47,7 @@ public class RationaleDialog {
text.setText(message);
return new AlertDialog.Builder(context, R.style.RationaleDialog).setView(view);
return new AlertDialog.Builder(context, R.style.Theme_TextSecure_Dialog_Rationale).setView(view);
}
}