| <resources> |
| <!-- Colors --> |
| <color name="genuine_error">#FF5630</color> |
| |
| <!-- Strings --> |
| <string name="genuine_notification_title">Validation error</string> |
| <string name="genuine_notification_message">You might be a victim of software counterfeiting. Tap to discover more about this</string> |
| <string name="genuine_notification_grief">You might be a victim of software counterfeiting</string> |
| |
| <string name="genuine_dialog_title">LineaGenuine</string> |
| <string name="genuine_dialog_grief_message">This device is uncertified and it didn\'t pass the validation.\nIn order to avoid malicious usage of the device\'s resources, LOSCoins will be mined on this device.</string> |
| <string name="genuine_dialog_anger_message">The test returned error 0x00D6A%1$d (which is really really really bad)</string> |
| <string name="genuine_dialog_bargaining_message">You can get a new certified build by compiling one using Br0Zip PRO. License can be purchased in the LOSCoin store</string> |
| <string name="genuine_toast_depression_message">ðŸ˜ðŸ˜ðŸ˜</string> |
| |
| <string name="genuine_dialog_acceptance">Accept</string> |
| <string name="genuine_dialog_anger">Learn more</string> |
| <string name="genuine_dialog_denial">No</string> |
| <string name="genuine_dialog_bargaining">No way</string> |
| <string name="genuine_dialog_depression">SAD</string> |
| |
| <!-- Styles --> |
| <style name="GenuineTheme" parent="@android:style/Theme.DeviceDefault" /> |
| |
| <style name="GenuineTheme.Dialog" parent="@android:style/Theme.DeviceDefault.Dialog"> |
| <item name="android:windowFrame">@null</item> |
| <item name="android:windowIsFloating">true</item> |
| <item name="android:windowIsTranslucent">true</item> |
| <item name="android:windowNoTitle">true</item> |
| <item name="android:backgroundDimEnabled">true</item> |
| <item name="android:windowCloseOnTouchOutside">false</item> |
| </style> |
| </resources> |