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.
我有 2 个片段,它们各自的布局。当有人打开应用程序片段 1 时,应该会出现。fragment1 有一个按钮。当用户单击该按钮时,fragment1 应该部分向右滑动,即 80%,并且在那个地方应该出现第二个片段。片段 1 的 20% 仍应可见。当用户再次单击该按钮时,片段 2 应该完全向左滑动,并且片段 1 现在必须完全可见。请告诉我我该怎么做。
提前致谢。