I’m trying to achieve the following programmatically (rather than declaratively via XML): <RelativeLayout...> <TextView ... android:id="@+id/label1" /> <TextView ... android:id="@+id/label2" android:layout_below: "@id/label1" /> ...
-
May 24, 2022
- 0 Comments