Reputation: 119
I am working on a android app. Requirement of app is to support multiple screen sizes. When I was going through tablet layout of app, I found something like this:
Here, as you can see, there are two fragments. Left side contains a listview and right side fragment contains detailed content of selected listveiew item. now problem is: How do I move the arrow (selected with red mark) up and down accordance to item selected in listView??
Upvotes: 0
Views: 40
Reputation: 1890
Check out this answer. You could make the arrow part of the list view fragment but make it visually blend with the content view.
Upvotes: 1