0

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:

enter image description here

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??

Raaz Dhakal
  • 109
  • 1
  • 8

1 Answers1

1

Check out this answer. You could make the arrow part of the list view fragment but make it visually blend with the content view.

Community
  • 1
  • 1
eronisko
  • 1,862
  • 1
  • 15
  • 14