6 lines
247 B
XML
6 lines
247 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
|
<!-- Base application theme. -->
|
||
|
<style name="Theme.MyRoboApplication" parent="@android:Theme.DeviceDefault.NoActionBar">
|
||
|
</style>
|
||
|
</resources>
|