Merge branch 'master' into dev
This commit is contained in:
commit
4a9c790652
7 changed files with 9 additions and 8 deletions
|
|
@ -372,7 +372,7 @@ public class RouterActivity extends AppCompatActivity {
|
|||
final RadioButton radioButton = ListRadioIconItemBinding.inflate(inflater).getRoot();
|
||||
radioButton.setText(item.description);
|
||||
TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(radioButton,
|
||||
AppCompatResources.getDrawable(getApplicationContext(), item.icon),
|
||||
AppCompatResources.getDrawable(themeWrapperContext, item.icon),
|
||||
null, null, null);
|
||||
radioButton.setChecked(false);
|
||||
radioButton.setId(id++);
|
||||
|
|
|
|||
|
|
@ -2077,6 +2077,7 @@ public final class Player implements
|
|||
Log.d(TAG, "onBuffering() called");
|
||||
}
|
||||
binding.loadingPanel.setBackgroundColor(Color.TRANSPARENT);
|
||||
binding.loadingPanel.setVisibility(View.VISIBLE);
|
||||
|
||||
binding.getRoot().setKeepScreenOn(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue