Skip to content

Commit 59423e4

Browse files
committed
Fixed lint issues
1 parent ad2f58e commit 59423e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

multibackstack-sample/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<manifest
22
xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
34
package="com.jetradar.multibackstack.sample">
45

56
<application
@@ -8,7 +9,8 @@
89
android:icon="@mipmap/ic_launcher"
910
android:label="@string/app_name"
1011
android:supportsRtl="true"
11-
android:theme="@style/Theme.MultiBackStack">
12+
android:theme="@style/Theme.MultiBackStack"
13+
tools:ignore="GoogleAppIndexingWarning">
1214

1315
<activity android:name=".MainActivity">
1416
<intent-filter>

multibackstack-sample/src/main/res/layout/fragment_item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
android:layout_height="match_parent"
1515
tools:text="Item"/>
1616

17-
</FrameLayout>
17+
</FrameLayout>

0 commit comments

Comments
 (0)