mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00
Enable RTL support in the demo app
We might as well keep this enabled by default, rather than having to manually toggle it on to investigate RTL issues like Issue: androidx/media#227. PiperOrigin-RevId: 497159744 (cherry picked from commit 010c6b96e74979370f139f8126c176ea7b279313)
This commit is contained in:
parent
ee72778a42
commit
1e97da9472
@ -35,6 +35,7 @@
|
||||
android:largeHeap="true"
|
||||
android:allowBackup="false"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:supportsRtl="true"
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
tools:targetApi="29">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user