mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 00:37:59 -06:00
Fix Lint error 1
This commit is contained in:
@@ -75,7 +75,7 @@ public class CustomSpinnerView extends LinearLayout {
|
|||||||
AlertDialog.Builder builder = new AlertDialog.Builder(getContext());
|
AlertDialog.Builder builder = new AlertDialog.Builder(getContext());
|
||||||
|
|
||||||
ScrollView sv = new ScrollView(getContext());
|
ScrollView sv = new ScrollView(getContext());
|
||||||
sv.setLayoutDirection(ScrollView.SCROLL_AXIS_VERTICAL);
|
// sv.setLayoutDirection(ScrollView.SCROLL_AXIS_VERTICAL);
|
||||||
|
|
||||||
LinearLayout ll = new LinearLayout(getContext());
|
LinearLayout ll = new LinearLayout(getContext());
|
||||||
ll.setOrientation(LinearLayout.VERTICAL);
|
ll.setOrientation(LinearLayout.VERTICAL);
|
||||||
|
|||||||
Reference in New Issue
Block a user