1

I want to use flex-layout in my android application, but in right to left direction in pre-17 API device. can anybody help me?

Paebbels
  • 15,573
  • 13
  • 70
  • 139
faeze saghafi
  • 650
  • 10
  • 25

1 Answers1

3

use this :

app:flexDirection="row_reverse"
Maryam
  • 883
  • 10
  • 24