采用另一个 TextView id 的 TextView XML 属性
TextView XML attribute that takes another TextView id
我刚刚参加了初级 android 开发人员工作测试,这是其中一个问题,它是一种填空题,它缺少属性名称,但它采用了另一个 TextView id 作为它的参数就像 android:_______="@+id/logIn"
或类似的东西,我很想知道它是什么,以防将来我把它作为一个问题
提前致谢
如果我理解你的问题,你想知道所有使用 ID 的 XML 属性,对吗?
android:layout_toRightOf="@+id/logIn"
android:layout_toLeftOf="@+id/logIn"
android:labelFor="@+id/logIn"
android:layout_toStartOf="@+id/logIn"
android:layout_toEndOf="@+id/logIn"
android:layout_alignEnd="@+id/logIn"
android:layout_alignStart="@+id/logIn"
我刚刚参加了初级 android 开发人员工作测试,这是其中一个问题,它是一种填空题,它缺少属性名称,但它采用了另一个 TextView id 作为它的参数就像 android:_______="@+id/logIn"
或类似的东西,我很想知道它是什么,以防将来我把它作为一个问题
提前致谢
如果我理解你的问题,你想知道所有使用 ID 的 XML 属性,对吗?
android:layout_toRightOf="@+id/logIn"
android:layout_toLeftOf="@+id/logIn"
android:labelFor="@+id/logIn"
android:layout_toStartOf="@+id/logIn"
android:layout_toEndOf="@+id/logIn"
android:layout_alignEnd="@+id/logIn"
android:layout_alignStart="@+id/logIn"