|
31 | 31 |
|
32 | 32 | android:icon="@mipmap/icon_opaque" |
33 | 33 | android:label="@string/opaque_app_name" |
34 | | - android:theme="@android:style/Theme.DeviceDefault"> |
| 34 | + android:theme="@style/AppThemeDayNight" |
| 35 | + > |
35 | 36 | <uses-library |
36 | 37 | android:name="org.apache.http.legacy" |
37 | 38 | android:required="false" /> |
|
42 | 43 | android:exported="true" |
43 | 44 | android:label="@string/opaque_app_name" |
44 | 45 | android:resizeableActivity="true" |
45 | | - android:theme="@android:style/Theme.DeviceDefault"> |
| 46 | + android:theme="@style/AppThemeDayNight" |
| 47 | + > |
46 | 48 | <intent-filter> |
47 | 49 | <action android:name="android.intent.action.MAIN" /> |
48 | 50 |
|
|
56 | 58 | android:label="@string/opaque_app_name" |
57 | 59 | android:resizeableActivity="true" |
58 | 60 | android:screenOrientation="fullUser" |
59 | | - android:theme="@android:style/Theme.DeviceDefault" /> |
| 61 | + android:theme="@style/AppThemeDayNight" |
| 62 | + /> |
60 | 63 | <activity |
61 | 64 | android:name="com.undatech.opaque.AdvancedSettingsActivity" |
62 | 65 | android:configChanges="orientation|screenSize|keyboardHidden" |
63 | 66 | android:label="@string/advanced_settings" |
64 | 67 | android:resizeableActivity="true" |
65 | 68 | android:screenOrientation="fullUser" |
66 | | - android:theme="@android:style/Theme.DeviceDefault" /> |
| 69 | + android:theme="@style/AppThemeDayNight" |
| 70 | + /> |
67 | 71 | <activity |
68 | 72 | android:name="com.iiordanov.bVNC.RemoteCanvasActivity" |
69 | 73 | android:configChanges="colorMode|density|fontScale|fontWeightAdjustment|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" |
|
0 commit comments