Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android でタブを右揃えにしたレイアウトを作成する必要があり、コンテンツは ListView の左側に表示する必要があります。
あなたの有益な提案をして私を助けてください。
リストビューの行アイテムにRelativeLayoutを使用できます。そこから使用できます
android:layout_alignParentRight="true"
あなたのxmlにあり、それはあなたがそれを入れるどんなビューも右側にあることを確実にするでしょう。