mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 22:53:37 +00:00
feat: radio list update
This commit is contained in:
@@ -82,6 +82,11 @@ public class HomeTabRadioFragment extends Fragment implements ClickCallback {
|
||||
RadioEditorDialog dialog = new RadioEditorDialog(() -> radioViewModel.getInternetRadioStations(getViewLifecycleOwner()));
|
||||
dialog.show(activity.getSupportFragmentManager(), null);
|
||||
});
|
||||
|
||||
bind.internetRadioStationTitleTextView.setOnLongClickListener(v -> {
|
||||
radioViewModel.getInternetRadioStations(getViewLifecycleOwner());
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
||||
private void initRadioStationView() {
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
android:textAllCaps="true" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/internet_radio_station_title_text_view"
|
||||
style="@style/TitleLarge"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user