File tree Expand file tree Collapse file tree 4 files changed +19
-18
lines changed 
Plugin.SegmentedControl.Maui 
Platforms/Android/Resources/drawable Expand file tree Collapse file tree 4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" utf-8" 
22<selector  xmlns : android =" http://schemas.android.com/apk/res/android" 
33	<item  android : state_checked =" true" 
4- 	     <inset  android : insetRight =" -1dp " 
4+ 		 <inset  android : insetRight =" -2dip " 
55			<shape  android : id =" @+id/shape_id" xmlns : android =" http://schemas.android.com/apk/res/android" android : shape =" rectangle" 
66				<solid  android : color =" @color/selected" 
7- 				<stroke  android : width =" 1dp " android : color =" @color/selected" 
7+ 				<stroke  android : width =" 1dip " android : color =" @color/selected" 
88			</shape >
99		</inset >
1010	</item >
1111	<item  android : state_checked =" false" 
12- 	     <inset  android : insetRight =" -1dp " 
12+ 		 <inset  android : insetRight =" -2dip " 
1313			<shape  xmlns : android =" http://schemas.android.com/apk/res/android" android : shape =" rectangle" 
1414				<solid  android : color =" @color/normal" 
15- 				<stroke  android : width =" 1dp " android : color =" @color/selected" 
15+ 				<stroke  android : width =" 1dip " android : color =" @color/selected" 
1616			</shape >
1717		</inset >
1818	</item >
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" utf-8" 
22<selector  xmlns : android =" http://schemas.android.com/apk/res/android" 
33	<item  android : state_checked =" true" 
4- 		<inset  android : insetRight =" -1dp " 
4+ 		<inset  android : insetRight =" -2dip " 
55			<shape  xmlns : android =" http://schemas.android.com/apk/res/android" android : shape =" rectangle" 
66				<solid  android : color =" @color/selected" 
7- 				<stroke  android : width =" 1dp " android : color =" @color/selected" 
7+ 				<stroke  android : width =" 1dip " android : color =" @color/selected" 
88				<corners  android : topLeftRadius =" 2sp" android : bottomLeftRadius =" 2sp" 
99			</shape >
1010		</inset >
1111	</item >
1212	<item  android : state_checked =" false" 
13- 		<inset  android : insetRight =" -1dp " 
13+ 		<inset  android : insetRight =" -2dip " 
1414			<shape  xmlns : android =" http://schemas.android.com/apk/res/android" android : shape =" rectangle" 
1515				<solid  android : color =" @color/normal" 
16- 				<stroke  android : width =" 1dp " android : color =" @color/selected" 
16+ 				<stroke  android : width =" 1dip " android : color =" @color/selected" 
1717				<corners  android : topLeftRadius =" 2sp" android : bottomLeftRadius =" 2sp" 
1818			</shape >
1919		</inset >
Original file line number Diff line number Diff line change 33	<item  android : state_checked =" true" 
44		<shape  xmlns : android =" http://schemas.android.com/apk/res/android" android : shape =" rectangle" 
55			<solid  android : color =" @color/selected" 
6- 			<stroke  android : width =" 1dp " android : color =" @color/selected" 
6+ 			<stroke  android : width =" 1dip " android : color =" @color/selected" 
77			<corners  android : topRightRadius =" 2sp" android : bottomRightRadius =" 2sp" 
88		</shape >
99	</item >
1010	<item  android : state_checked =" false" 
1111		<shape  xmlns : android =" http://schemas.android.com/apk/res/android" android : shape =" rectangle" 
1212			<solid  android : color =" @color/normal" 
13- 			<stroke  android : width =" 1dp " android : color =" @color/selected" 
13+ 			<stroke  android : width =" 1dip " android : color =" @color/selected" 
1414			<corners  android : topRightRadius =" 2sp" android : bottomRightRadius =" 2sp" 
1515		</shape >
1616	</item >
Original file line number Diff line number Diff line change 3838    <Company >superdev GmbH</Company >
3939    <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
4040    <PackageReleaseNotes >1.4
41- - Improved handling for automatic disconnect handler logic
41+ - Improved handling for automatic disconnect handler logic.
42+ - Fix for Android segmented control stroke sizes.
4243
43441.3
44- - Bug fixes
45- - Add support for AppShell apps
45+ - Bug fixes. 
46+ - Add support for AppShell apps. 
4647
47481.2
48- - Children property is no longer public; use ItemsSource instead
49- - Improved error handling in SegmentedControlOption
50- - Several bug fixes and internal refactorings
49+ - Children property is no longer public; use ItemsSource instead. 
50+ - Improved error handling in SegmentedControlOption. 
51+ - Several bug fixes and internal refactorings. 
5152
52531.1
53- - Add new properties FontFamily, FontSize, FontAttributes
54+ - Add new properties FontFamily, FontSize, FontAttributes. 
5455
55561.0
56- - Initial release
57+ - Initial release. 
5758    </PackageReleaseNotes >
5859    <Copyright >Copyright $([System.DateTime]::Now.ToString(`yyyy`)) © Thomas Galliker</Copyright >
5960    <PackageReadmeFile >README.md</PackageReadmeFile >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments