Raaz Dhakal
Raaz Dhakal

Reputation: 119

Suggestion for implementing layout

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

Upvotes: 0

Views: 40

Answers (1)

eronisko
eronisko

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

Related Questions