File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 77
88 <application
99 android : allowBackup =" true"
10+ android : fullBackupContent =" true"
1011 android : usesCleartextTraffic =" true"
1112 android : icon =" @mipmap/ic_launcher"
1213 android : label =" @string/app_name"
1314 android : roundIcon =" @mipmap/ic_launcher_round"
1415 android : supportsRtl =" true"
1516 android : theme =" @style/AppTheme"
16- tools : ignore =" GoogleAppIndexingWarning"
17+ tools : ignore =" GoogleAppIndexingWarning,UnusedAttribute "
1718 >
1819 <activity
1920 android : name =" .view.main.view.MainActivity"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22
3- <layout >
3+ <layout xmlns : android = " http://schemas.android.com/apk/res/android " >
44
55 <data >
66
77 </data >
88
99 <androidx .constraintlayout.widget.ConstraintLayout
10- xmlns : android =" http://schemas.android.com/apk/res/android"
1110 xmlns : tools =" http://schemas.android.com/tools"
1211 android : layout_width =" match_parent"
1312 android : layout_height =" match_parent"
1817 android : layout_width =" match_parent"
1918 android : visibility =" visible"
2019 android : background =" @color/colorPrimary"
21- android : src =" @drawable/ic_launcher_foreground" />
20+ android : src =" @drawable/ic_launcher_foreground"
21+ android : contentDescription =" @string/splash_description" />
2222
2323 <WebView
2424 android : id =" @+id/web_view"
Original file line number Diff line number Diff line change 11<resources >
22 <string name =" app_name" >DEV Community</string >
3+ <string name =" splash_description" >Splash</string >
34</resources >
Original file line number Diff line number Diff line change 11<resources >
2- <string name =" app_name" >basedata</string >
32</resources >
You can’t perform that action at this time.
0 commit comments