Skip to content

Commit a6af2c3

Browse files
committed
Support RTL languages.
1 parent 04822f8 commit a6af2c3

37 files changed

+194
-91
lines changed

menudrawer-samples/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<application
1212
android:label="@string/app_name"
1313
android:icon="@drawable/ic_launcher"
14-
android:theme="@style/SampleTheme">
14+
android:theme="@style/SampleTheme"
15+
android:supportsRtl="true">
1516

1617
<activity
1718
android:name="SamplesActivity"
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)