Enhance dialog buttons (#633)

switch to outline buttons

Enhance and fix color scheme for dialogs

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/633
This commit is contained in:
M M Arif
2020-08-06 17:17:27 +02:00
parent 12a7b6040b
commit 24064192e4
2 changed files with 23 additions and 5 deletions

View File

@@ -327,7 +327,7 @@ public class RepoInfoFragment extends Fragment {
alertDialog.setTitle(getResources().getString(R.string.infoMoreInformation));
alertDialog.setView(view);
alertDialog.setPositiveButton(getResources().getString(R.string.close), (dialog, which) -> dialog.dismiss());
alertDialog.setNeutralButton(getResources().getString(R.string.close), null);
alertDialog.create().show();
});