We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b22ef commit f3bfba4Copy full SHA for f3bfba4
sharecomponentkotlin/src/main/runalone/AndroidManifest.xml
@@ -5,7 +5,8 @@
5
<application
6
android:name="com.luojilab.share.runalone.application.KotlinApplication"
7
android:allowBackup="true"
8
- android:supportsRtl="true">
+ android:supportsRtl="true"
9
+ android:theme="@style/commonAppTheme">
10
<activity android:name=".ShareMessageActivity">
11
<intent-filter>
12
<action android:name="android.intent.action.MAIN" />
0 commit comments