parent
							
								
									e4a9baeb34
								
							
						
					
					
						commit
						0a16616922
					
				| @ -1,9 +1,18 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <menu xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
| <menu xmlns:tools="http://schemas.android.com/tools" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
| 
 | ||||
|     <item | ||||
|         android:id="@+id/menu_share_it" | ||||
|         android:title="@string/share" | ||||
|         android:icon="@drawable/ic_share" | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
| 
 | ||||
|     <item | ||||
|         android:id="@+id/menu_scoring" | ||||
|         android:title="@string/scoring" | ||||
|         android:icon="@drawable/ic_star_border" | ||||
|         app:showAsAction="always" /> | ||||
| </menu> | ||||
| @ -0,0 +1,4 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <PreferenceScreen> | ||||
| 
 | ||||
| </PreferenceScreen> | ||||
| @ -1,4 +1,6 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <network-security-config> | ||||
|     <base-config cleartextTrafficPermitted="true" /> | ||||
| <network-security-config xmlns:tools="http://schemas.android.com/tools"> | ||||
|     <base-config | ||||
|         cleartextTrafficPermitted="true" | ||||
|         tools:ignore="InsecureBaseConfiguration" /> | ||||
| </network-security-config> | ||||
					Loading…
					
					
				
		Reference in new issue