mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +00:00 
			
		
		
		
	v1.36
This commit is contained in:
		
							parent
							
								
									d326c371ad
								
							
						
					
					
						commit
						45c875d23f
					
				
					 3 changed files with 275 additions and 269 deletions
				
			
		|  | @ -1,5 +1,5 @@ | ||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.nioux.aidedejeu" android:installLocation="preferExternal" android:versionCode="35" android:versionName="1.35"> | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.nioux.aidedejeu" android:installLocation="preferExternal" android:versionCode="36" android:versionName="1.36"> | ||||||
| 	<uses-sdk android:targetSdkVersion="28" /> | 	<uses-sdk android:targetSdkVersion="28" /> | ||||||
| 	<application android:label="Beta Haches & Dés"> | 	<application android:label="Beta Haches & Dés"> | ||||||
| 		<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.nioux.aidedejeu.fileprovider" android:exported="false" android:grantUriPermissions="true"> | 		<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.nioux.aidedejeu.fileprovider" android:exported="false" android:grantUriPermissions="true"> | ||||||
|  |  | ||||||
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -15,8 +15,8 @@ | ||||||
|                 <ColumnDefinition Width="*" /> |                 <ColumnDefinition Width="*" /> | ||||||
|                 <ColumnDefinition Width="auto" /> |                 <ColumnDefinition Width="auto" /> | ||||||
|             </Grid.ColumnDefinitions> |             </Grid.ColumnDefinitions> | ||||||
|             <ImageButton Grid.Column="0" HeightRequest="32" Margin="5" Source="cancel.png" Command="{Binding CloseCommand, Source={x:Reference this}}"/> |             <ImageButton Grid.Column="0" BackgroundColor="White" HeightRequest="32" Margin="5" Source="cancel.png" Command="{Binding CloseCommand, Source={x:Reference this}}"/> | ||||||
|             <ImageButton Grid.Column="2" HeightRequest="32" Margin="5" Source="share.png" Command="{Binding ShareCommand, Source={x:Reference this}}"/> |             <ImageButton Grid.Column="2" BackgroundColor="White" HeightRequest="32" Margin="5" Source="share.png" Command="{Binding ShareCommand, Source={x:Reference this}}"/> | ||||||
|             <ActivityIndicator  |             <ActivityIndicator  | ||||||
|                 Grid.Row="1" |                 Grid.Row="1" | ||||||
|                 Grid.ColumnSpan="3" |                 Grid.ColumnSpan="3" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez