Loading fake-store/src/main/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ <activity android:name=".GrantFakeSignaturePermissionActivity" android:exported="true" android:theme="@android:style/Theme.Translucent.NoTitleBar"/> android:theme="@style/Theme.Dialog.NoActionBar"/> <service android:name="com.android.vending.billing.InAppBillingService" > Loading fake-store/src/main/res/values-v11/styles.xml 0 → 100644 +9 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.Dialog.NoActionBar" parent="@android:style/Theme.Dialog"> <item name="android:windowActionBar">false</item> <item name="android:windowNoTitle">true</item> <item name="android:windowBackground">@android:color/transparent</item> </style> </resources> fake-store/src/main/res/values/styles.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.Dialog.NoActionBar" parent="@android:style/Theme.Dialog"> <item name="android:windowNoTitle">true</item> <item name="android:windowBackground">@android:color/transparent</item> </style> </resources> Loading
fake-store/src/main/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ <activity android:name=".GrantFakeSignaturePermissionActivity" android:exported="true" android:theme="@android:style/Theme.Translucent.NoTitleBar"/> android:theme="@style/Theme.Dialog.NoActionBar"/> <service android:name="com.android.vending.billing.InAppBillingService" > Loading
fake-store/src/main/res/values-v11/styles.xml 0 → 100644 +9 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.Dialog.NoActionBar" parent="@android:style/Theme.Dialog"> <item name="android:windowActionBar">false</item> <item name="android:windowNoTitle">true</item> <item name="android:windowBackground">@android:color/transparent</item> </style> </resources>
fake-store/src/main/res/values/styles.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.Dialog.NoActionBar" parent="@android:style/Theme.Dialog"> <item name="android:windowNoTitle">true</item> <item name="android:windowBackground">@android:color/transparent</item> </style> </resources>