relativelayout tag

2 questions


1 answers
95 views
0
I want to show you an empty view when the list view is empty.

<RelativeLayout android:id=@+id/LinearLayoutAR android:layout_height=fill_parent android:layout_width=fill_parent> <ListView android:id=@+id/ARListView android:layout_width=fill_parent andr...


1 answers
68 views
0
Could you give the width as a percentage in Relative Layout?

I'm designing a login layout like the image below on Android.I can make it like this. The problem is that I'm hardcoding something like host EditText in that picture like android:layout_width=172dp......


© 2024 OneMinuteCode. All rights reserved.