79540336

Date: 2025-03-28 01:28:10
Score: 0.5
Natty:
Report link

check use Theme.AppCompat style in you Activity in file Manifest

        <activity
            android:name="com...MainActivity"
            android:label="3DMap"
            android:theme="@style/FullscreenTheme" />

      <style name="FullscreenTheme" parent="Theme.AppCompat">
        ...
      </style>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Гена