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.
我正在为 Android 布局动画而苦苦挣扎。下图告诉我想要做什么:
布局中有 3 行。第 1 行位于布局的顶部,第 2 行和第 3 行位于布局的底部。
当用户点击 row1 时,row2 将移动到 row1 下方的位置。
(1) 我应该使用带有翻译动画的 AbsoluteLayout(其中包含行)吗? (2)还有其他更好的方法吗?在 AbsoluteLayout 中处理子布局并不容易。