Posts by Rafael Abrantes • 1 point
1 post
-
-1
votes1
answer548
viewsQ: How to display a textView of an Activity in another Activity
<LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:weightSum="1.0"> <TextView…