mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 02:25:21 +01:00
Remove action bar from stats and high scores screens
This commit is contained in:
parent
cdd80e5796
commit
8125d0f7b3
1 changed files with 7 additions and 2 deletions
|
@ -28,7 +28,12 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".HighScoresActivity"
|
android:name=".HighScoresActivity"
|
||||||
android:theme="@style/Theme.AppCompat.NoActionBar"
|
android:exported="false"
|
||||||
android:exported="false" />
|
android:theme="@style/Theme.AppCompat.NoActionBar" />
|
||||||
|
|
||||||
|
<activity
|
||||||
|
android:name=".StatsActivity"
|
||||||
|
android:exported="false"
|
||||||
|
android:theme="@style/Theme.AppCompat.NoActionBar" />
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue