[go: nahoru, domu]

Skip to content

Commit

Permalink
Enable RTL support in the demo app
Browse files Browse the repository at this point in the history
We might as well keep this enabled by default, rather than having to
manually toggle it on to investigate RTL issues like Issue: #227.

PiperOrigin-RevId: 497159744
  • Loading branch information
icbaker authored and marcbaechinger committed Jan 4, 2023
1 parent 8060342 commit 69583d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/main/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
android:largeHeap="true"
android:allowBackup="false"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:name="androidx.multidex.MultiDexApplication"
tools:targetApi="29">

Expand Down

0 comments on commit 69583d0

Please sign in to comment.