菜鸟教程小白 发表于 2022-12-12 22:49:12

java - 代号一 : Make swipeable container swipe only to the left


                                            <p><p>我刚刚在我的应用程序中添加了可滑动的容器,它运行良好,唯一的事情是我希望它只向左滑动,从我在纪录片中读到的内容是,我可以让它向右滑动与</p>

<pre><code>public SwipeableContainer(Component bottomLeft,
                        Component top)
</code></pre>

<p>或者让它左右滑动</p>

<pre><code>public SwipeableContainer(Component bottomLeft,
                        Component bottomRight,
                        Component top)
</code></pre>

<p>由于 iOS 在删除列表项时通常总是向左滑动,因此我也希望这样可以为用户创造良好的感觉。有人知道怎么改吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>刚刚意识到这一点</p>

<pre><code>public SwipeableContainer(null,
                        Component bottomRight,
                        Component top)
</code></pre>

<p>我能做到。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于java - 代号一 : Make swipeable container swipe only to the left,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/40703462/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/40703462/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: java - 代号一 : Make swipeable container swipe only to the left