| Line 1... |
Line 1... |
| 1 |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
1 |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
| 2 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
| 3 |
xmlns:tools="http://schemas.android.com/tools" tools:context=".SplashScreen">
|
3 |
xmlns:tools="http://schemas.android.com/tools" tools:context=".SplashScreen">
|
| 4 |
<item android:id="@+id/action_settings" android:title="@string/action_settings"
|
4 |
<!-- <item android:id="@+id/action_settings" android:title="@string/action_settings"
|
| 5 |
android:orderInCategory="100" app:showAsAction="never" />
|
5 |
android:orderInCategory="100" app:showAsAction="never" /> -->
|
| - |
|
6 |
|
| 6 |
</menu>
|
7 |
</menu>
|
| 7 |
|
8 |
|