We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2f58e commit 59423e4Copy full SHA for 59423e4
multibackstack-sample/src/main/AndroidManifest.xml
@@ -1,5 +1,6 @@
1
<manifest
2
xmlns:android="http://schemas.android.com/apk/res/android"
3
+ xmlns:tools="http://schemas.android.com/tools"
4
package="com.jetradar.multibackstack.sample">
5
6
<application
@@ -8,7 +9,8 @@
8
9
android:icon="@mipmap/ic_launcher"
10
android:label="@string/app_name"
11
android:supportsRtl="true"
- android:theme="@style/Theme.MultiBackStack">
12
+ android:theme="@style/Theme.MultiBackStack"
13
+ tools:ignore="GoogleAppIndexingWarning">
14
15
<activity android:name=".MainActivity">
16
<intent-filter>
multibackstack-sample/src/main/res/layout/fragment_item.xml
@@ -14,4 +14,4 @@
android:layout_height="match_parent"
tools:text="Item"/>
17
-</FrameLayout>
+</FrameLayout>
0 commit comments