Skip to content

Commit 2c5123a

Browse files
committed
생체인식 결제 activity noActionBar style 적용
1 parent 03c7b9b commit 2c5123a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootpay/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android:allowBackup="true"
1010
android:supportsRtl="true">
1111
<activity android:name=".bio.activity.BootpayBioActivity" android:screenOrientation="portrait" android:theme="@style/Theme.Transparent" android:windowSoftInputMode="adjustResize"/>
12-
<activity android:name=".bio.activity.BootpayBioWebviewActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize"/>
12+
<activity android:name=".bio.activity.BootpayBioWebviewActivity" android:screenOrientation="portrait" android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:windowSoftInputMode="adjustResize"/>
1313
</application>
1414

1515
<uses-permission android:name="android.permission.USE_BIOMETRIC" />

0 commit comments

Comments
 (0)