Loading AndroidManifest.xml +5 −5 Original line number Diff line number Diff line Loading @@ -597,7 +597,7 @@ <!-- vCard related --> <activity android:name=".vcard.ImportVCardActivity" android:configChanges="orientation|screenSize|keyboardHidden" android:theme="@style/BackgroundOnly"> android:theme="@style/BackgroundOnlyTheme"> <intent-filter> <action android:name="android.intent.action.VIEW" /> <data android:mimeType="text/directory" /> Loading @@ -610,7 +610,7 @@ <activity android:name=".vcard.NfcImportVCardActivity" android:configChanges="orientation|screenSize|keyboardHidden" android:theme="@style/BackgroundOnly"> android:theme="@style/BackgroundOnlyTheme"> <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED" /> <data android:mimeType="text/vcard" /> Loading @@ -621,13 +621,13 @@ </activity> <activity android:name=".vcard.CancelActivity" android:theme="@style/BackgroundOnly" /> android:theme="@style/BackgroundOnlyTheme" /> <activity android:name=".vcard.SelectAccountActivity" android:theme="@style/BackgroundOnly" /> android:theme="@style/BackgroundOnlyTheme" /> <activity android:name=".vcard.ExportVCardActivity" android:theme="@style/BackgroundOnly" /> android:theme="@style/BackgroundOnlyTheme" /> <service android:name=".vcard.VCardService" Loading res/values-sw580dp/styles.xml +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ <item name="android:layout_height">200dip</item> </style> <style name="BackgroundOnly" parent="@android:Theme.Holo.Light"> <style name="BackgroundOnlyTheme" parent="@android:Theme.Holo.Light"> <item name="android:windowBackground">@null</item> <item name="android:windowContentOverlay">@null</item> <item name="android:windowAnimationStyle">@null</item> Loading res/values/styles.xml +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ <item name="android:textColorSecondary">@color/secondary_text_color</item> </style> <style name="BackgroundOnly"> <style name="BackgroundOnlyTheme" parent="@android:style/Theme.Holo.Light"> <item name="android:windowBackground">@null</item> <item name="android:windowContentOverlay">@null</item> <item name="android:windowAnimationStyle">@null</item> Loading Loading
AndroidManifest.xml +5 −5 Original line number Diff line number Diff line Loading @@ -597,7 +597,7 @@ <!-- vCard related --> <activity android:name=".vcard.ImportVCardActivity" android:configChanges="orientation|screenSize|keyboardHidden" android:theme="@style/BackgroundOnly"> android:theme="@style/BackgroundOnlyTheme"> <intent-filter> <action android:name="android.intent.action.VIEW" /> <data android:mimeType="text/directory" /> Loading @@ -610,7 +610,7 @@ <activity android:name=".vcard.NfcImportVCardActivity" android:configChanges="orientation|screenSize|keyboardHidden" android:theme="@style/BackgroundOnly"> android:theme="@style/BackgroundOnlyTheme"> <intent-filter> <action android:name="android.nfc.action.NDEF_DISCOVERED" /> <data android:mimeType="text/vcard" /> Loading @@ -621,13 +621,13 @@ </activity> <activity android:name=".vcard.CancelActivity" android:theme="@style/BackgroundOnly" /> android:theme="@style/BackgroundOnlyTheme" /> <activity android:name=".vcard.SelectAccountActivity" android:theme="@style/BackgroundOnly" /> android:theme="@style/BackgroundOnlyTheme" /> <activity android:name=".vcard.ExportVCardActivity" android:theme="@style/BackgroundOnly" /> android:theme="@style/BackgroundOnlyTheme" /> <service android:name=".vcard.VCardService" Loading
res/values-sw580dp/styles.xml +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ <item name="android:layout_height">200dip</item> </style> <style name="BackgroundOnly" parent="@android:Theme.Holo.Light"> <style name="BackgroundOnlyTheme" parent="@android:Theme.Holo.Light"> <item name="android:windowBackground">@null</item> <item name="android:windowContentOverlay">@null</item> <item name="android:windowAnimationStyle">@null</item> Loading
res/values/styles.xml +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ <item name="android:textColorSecondary">@color/secondary_text_color</item> </style> <style name="BackgroundOnly"> <style name="BackgroundOnlyTheme" parent="@android:style/Theme.Holo.Light"> <item name="android:windowBackground">@null</item> <item name="android:windowContentOverlay">@null</item> <item name="android:windowAnimationStyle">@null</item> Loading