标签: android android-edittext relativelayout
我在RelativeLayout中有一个EditText,我希望动态定位它(在运行时),如果可能的话轮换。有人可以帮忙吗?
答案 0 :(得分:1)
要重新定位,您可以使用setTranslationX()和setTranslationY()。 轮换使用setRotation()。 您可以在此处找到更多信息:http://developer.android.com/reference/android/view/View.html
setTranslationX()
setTranslationY()
setRotation()