Merge pull request #3178 from cool-student/notificationImprovements
Notification Improvements
This commit is contained in:
commit
fc9c073a60
60 changed files with 1656 additions and 767 deletions
|
|
@ -268,7 +268,7 @@ public class RouterActivity extends AppCompatActivity {
|
|||
|
||||
final LayoutInflater inflater = LayoutInflater.from(themeWrapperContext);
|
||||
final LinearLayout rootLayout = (LinearLayout) inflater.inflate(
|
||||
R.layout.preferred_player_dialog_view, null, false);
|
||||
R.layout.single_choice_dialog_view, null, false);
|
||||
final RadioGroup radioGroup = rootLayout.findViewById(android.R.id.list);
|
||||
|
||||
final DialogInterface.OnClickListener dialogButtonsClickListener = (dialog, which) -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue