Skip to content

Commit

Permalink
Removed action bar from all sample apps
Browse files Browse the repository at this point in the history
  • Loading branch information
topherbuckley authored and hannesa2 committed Dec 6, 2020
1 parent 294ac36 commit fb46fb5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion applications/HelloIOIO/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package="ioio.examples.hello">

<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:extractNativeLibs="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
Expand Down
2 changes: 1 addition & 1 deletion applications/HelloIOIOService/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="ioio.examples.hello_service">

<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
<uses-library
Expand Down
2 changes: 1 addition & 1 deletion applications/HolidayIOIO/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:required="true" />

<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
<activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<uses-permission android:name="android.permission.BLUETOOTH" />

<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name">
<uses-library
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOManager/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<supports-screens android:anyDensity="true" />

<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
tools:ignore="AllowBackup">
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOSimpleApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="ioio.examples.simple">

<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:icon="@drawable/icon"
android:label="@string/app_name">
<uses-library
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOTestBed/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="ioio.test_bed">

<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:icon="@drawable/icon"
android:label="@string/app_name">
<activity
Expand Down
2 changes: 1 addition & 1 deletion applications/IOIOTortureTest/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-permission android:name="android.permission.WAKE_LOCK" />
<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:icon="@drawable/icon"
android:label="@string/app_name">
<uses-library
Expand Down
2 changes: 1 addition & 1 deletion applications/ShoeBot/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-permission android:name="android.permission.WAKE_LOCK" />
<application
android:theme="@style/Theme.AppCompat"
android:theme="@style/Theme.AppCompat.NoActionBar"
android:icon="@drawable/icon"
android:label="@string/app_name">
<uses-library
Expand Down

0 comments on commit fb46fb5

Please sign in to comment.