Skip to content

Commit f3bfba4

Browse files
author
mrzhang
committed
add theme in kotlin module
1 parent f2b22ef commit f3bfba4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sharecomponentkotlin/src/main/runalone/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<application
66
android:name="com.luojilab.share.runalone.application.KotlinApplication"
77
android:allowBackup="true"
8-
android:supportsRtl="true">
8+
android:supportsRtl="true"
9+
android:theme="@style/commonAppTheme">
910
<activity android:name=".ShareMessageActivity">
1011
<intent-filter>
1112
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)