Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个HorizontalScrollView显示多张图片的滚动,如果要显示单张图片,则视图显示在屏幕的右端。我希望它显示在屏幕左侧。怎么做?
HorizontalScrollView
用户填充父级和重力以将元素放置在您想要的位置。
或者您可以将 RelativeLayout\LinearLayout 与左对齐元素一起使用。
向您展示 XML 布局,以确定您到底想要什么。