将编辑文本位置设置为父项的右侧,在按钮单击时动态添加

时间:2016-02-28 09:11:52

标签: android

每次单击“添加”按钮时,我都会添加一个表格行。 该行仅包含一个编辑文本。 但是我希望编辑文本的位置每次都是父母的权利。 现在默认采取最左边的位置。

Installed c:\python27\lib\site-packages\django_quiz_app-0.5.1-py2.7.egg
Processing dependencies for django-quiz-app==0.5.1
Searching for Pillow==2.5.0
Best match: Pillow 2.5.0
Adding Pillow 2.5.0 to easy-install.pth file

Using c:\python27\lib\site-packages
Searching for Django==1.6.5
Best match: Django 1.6.5
Adding Django 1.6.5 to easy-install.pth file

Using c:\python27\lib\site-packages
Searching for django-model-utils==2.0.3
Best match: django-model-utils 2.0.3
Adding django-model-utils 2.0.3 to easy-install.pth file

Using c:\python27\lib\site-packages
Finished processing dependencies for django-quiz-app==0.5.1

C:\Users\Vaisakhan\django_quiz>python manage.py runserver
python: can't open file 'manage.py': [Errno 2] No such file or directory

如果每次在按钮点击时动态添加位置,如何将位置设置为父级?

2 个答案:

答案 0 :(得分:1)

将重力设置为TableRow

      row1.setGravity(Gravity.RIGHT);

答案 1 :(得分:0)

在xml中定义表时:

if (result.equals("Registration Success..")) {
    Toast.makeText(ctx, result, Toast.LENGTH_LONG).show();
    ctx.startActivity(new Intent(ctx, welcome.class));
}

这样,每个表格行都对齐了。