You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support/theme/dialog/DynamicThemeDialog.java
+35-3Lines changed: 35 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,11 @@ public class DynamicThemeDialog<T extends DynamicAppTheme, V> extends DynamicDia
87
87
*/
88
88
private@Theme.ActionintmThemeAction;
89
89
90
+
/**
91
+
* Custom title for the dialog.
92
+
*/
93
+
privateCharSequencemTitle;
94
+
90
95
/**
91
96
* Optional message for the dialog.
92
97
*/
@@ -394,7 +399,11 @@ public void onShow(DialogInterface dialog) {
0 commit comments