Fix Lint error 1

This commit is contained in:
Michael Mikovsky
2025-02-28 23:55:02 -07:00
parent 4cb20f4769
commit 7d41a5e5a9
@@ -75,7 +75,7 @@ public class CustomSpinnerView extends LinearLayout {
AlertDialog.Builder builder = new AlertDialog.Builder(getContext());
ScrollView sv = new ScrollView(getContext());
sv.setLayoutDirection(ScrollView.SCROLL_AXIS_VERTICAL);
// sv.setLayoutDirection(ScrollView.SCROLL_AXIS_VERTICAL);
LinearLayout ll = new LinearLayout(getContext());
ll.setOrientation(LinearLayout.VERTICAL);