mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Run formatter on drawables and layouts
This commit is contained in:
		| @@ -1,8 +1,7 @@ | ||||
| <shape | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:shape="rectangle"> | ||||
|     <solid android:color="@android:color/transparent"/> | ||||
|     <solid android:color="@android:color/transparent" /> | ||||
|     <size | ||||
|         android:width="32dp" | ||||
|         android:height="32dp" /> | ||||
| </shape> | ||||
| </shape> | ||||
|   | ||||
| @@ -1,12 +1,12 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|        android:shape="rectangle" > | ||||
|     android:shape="rectangle"> | ||||
|  | ||||
|     <gradient | ||||
|         android:angle="90" | ||||
|         android:startColor="#aa000000" | ||||
|         android:centerColor="#00000000" | ||||
|         android:endColor="#00ffffff"/> | ||||
|         android:endColor="#00ffffff" | ||||
|         android:startColor="#aa000000" /> | ||||
|  | ||||
|     <corners android:radius="0dp" /> | ||||
| </shape> | ||||
| </shape> | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|     android:height="24dp" | ||||
|     android:viewportWidth="24" | ||||
|     android:viewportHeight="24"> | ||||
|   <path | ||||
|       android:fillColor="@android:color/black" | ||||
|       android:pathData="M19,3H5C3.9,3 3,3.9 3,5v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2V5C21,3.9 20.1,3 19,3zM17,13H7v-2h10V13z"/> | ||||
|     <path | ||||
|         android:fillColor="@android:color/black" | ||||
|         android:pathData="M19,3H5C3.9,3 3,3.9 3,5v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2V5C21,3.9 20.1,3 19,3zM17,13H7v-2h10V13z" /> | ||||
| </vector> | ||||
|   | ||||
| @@ -1,34 +1,34 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|         android:width="108dp" | ||||
|         android:height="108dp" | ||||
|         android:viewportWidth="108.0" | ||||
|         android:viewportHeight="108.0"> | ||||
|     android:width="108dp" | ||||
|     android:height="108dp" | ||||
|     android:viewportWidth="108.0" | ||||
|     android:viewportHeight="108.0"> | ||||
|     <path | ||||
|         android:pathData="M14.5,7L86.5,7A7,7 0,0 1,93.5 14L93.5,95A7,7 0,0 1,86.5 102L14.5,102A7,7 0,0 1,7.5 95L7.5,14A7,7 0,0 1,14.5 7z" | ||||
|         android:fillColor="#000" | ||||
|         android:fillType="evenOdd" | ||||
|         android:fillColor="#000"/> | ||||
|         android:pathData="M14.5,7L86.5,7A7,7 0,0 1,93.5 14L93.5,95A7,7 0,0 1,86.5 102L14.5,102A7,7 0,0 1,7.5 95L7.5,14A7,7 0,0 1,14.5 7z" /> | ||||
|     <path | ||||
|         android:pathData="M14.5,7L86.5,7A7,7 0,0 1,93.5 14L93.5,95A7,7 0,0 1,86.5 102L14.5,102A7,7 0,0 1,7.5 95L7.5,14A7,7 0,0 1,14.5 7z" | ||||
|         android:fillColor="#2E84BF" | ||||
|         android:fillType="evenOdd" | ||||
|         android:fillColor="#2E84BF"/> | ||||
|         android:pathData="M14.5,7L86.5,7A7,7 0,0 1,93.5 14L93.5,95A7,7 0,0 1,86.5 102L14.5,102A7,7 0,0 1,7.5 95L7.5,14A7,7 0,0 1,14.5 7z" /> | ||||
|     <path | ||||
|         android:pathData="M7.5,12.01C7.5,9.24 9.74,7 12.5,7L17.5,7L17.5,102L12.5,102C9.74,102 7.5,99.77 7.5,96.99L7.5,12.01Z" | ||||
|         android:fillColor="#69A3CB" | ||||
|         android:fillType="evenOdd" | ||||
|         android:fillColor="#69A3CB"/> | ||||
|         android:pathData="M7.5,12.01C7.5,9.24 9.74,7 12.5,7L17.5,7L17.5,102L12.5,102C9.74,102 7.5,99.77 7.5,96.99L7.5,12.01Z" /> | ||||
|     <path | ||||
|         android:pathData="M54,54.5m-25.5,0a25.5,25.5 0,1 1,51 0a25.5,25.5 0,1 1,-51 0" | ||||
|         android:fillColor="#000" | ||||
|         android:fillType="evenOdd" | ||||
|         android:fillColor="#000"/> | ||||
|         android:pathData="M54,54.5m-25.5,0a25.5,25.5 0,1 1,51 0a25.5,25.5 0,1 1,-51 0" /> | ||||
|     <path | ||||
|         android:pathData="M54,54.5m-25.5,0a25.5,25.5 0,1 1,51 0a25.5,25.5 0,1 1,-51 0" | ||||
|         android:fillColor="#CE2828" | ||||
|         android:fillType="evenOdd" | ||||
|         android:fillColor="#CE2828"/> | ||||
|         android:pathData="M54,54.5m-25.5,0a25.5,25.5 0,1 1,51 0a25.5,25.5 0,1 1,-51 0" /> | ||||
|     <path | ||||
|         android:pathData="M54,54.5m-19.94,0a19.94,19.94 0,1 1,39.87 0a19.94,19.94 0,1 1,-39.87 0" | ||||
|         android:fillColor="#FFF" | ||||
|         android:fillType="evenOdd" | ||||
|         android:fillColor="#FFF"/> | ||||
|         android:pathData="M54,54.5m-19.94,0a19.94,19.94 0,1 1,39.87 0a19.94,19.94 0,1 1,-39.87 0" /> | ||||
|     <path | ||||
|         android:pathData="M52.04,46.3L47.42,46.3C46.14,46.3 44.93,46.23 44.2,46.14L44.2,49.76C45,49.65 46.16,49.6 47.42,49.6L60.58,49.6C61.86,49.6 63.02,49.65 63.82,49.76L63.82,46.14C63.09,46.23 61.86,46.3 60.58,46.3L55.69,46.3L55.69,45.07C55.69,44.43 55.73,43.95 55.82,43.45L51.9,43.45C51.99,44 52.04,44.43 52.04,45.07L52.04,46.3ZM46.78,60.68C45.46,60.68 44.29,60.63 43.45,60.52L43.45,64.14C44.34,64.03 45.46,63.98 46.78,63.98L61.29,63.98C62.57,63.98 63.71,64.03 64.57,64.14L64.57,60.52C63.73,60.63 62.57,60.68 61.29,60.68L58.24,60.68C59.33,58.06 59.99,56.23 60.7,53.91C61.34,51.81 61.34,51.81 61.56,51.13L57.58,50.06C57.51,50.93 57.37,51.52 56.89,53.41C56.19,56.14 55.32,58.74 54.5,60.68L46.78,60.68ZM46.48,51.36C47.55,54.02 48.28,56.53 49.03,60.15L52.66,58.9C51.65,54.98 50.92,52.66 49.94,50.11L46.48,51.36Z" | ||||
|         android:fillColor="#000" | ||||
|         android:fillType="evenOdd" | ||||
|         android:fillColor="#000"/> | ||||
|         android:pathData="M52.04,46.3L47.42,46.3C46.14,46.3 44.93,46.23 44.2,46.14L44.2,49.76C45,49.65 46.16,49.6 47.42,49.6L60.58,49.6C61.86,49.6 63.02,49.65 63.82,49.76L63.82,46.14C63.09,46.23 61.86,46.3 60.58,46.3L55.69,46.3L55.69,45.07C55.69,44.43 55.73,43.95 55.82,43.45L51.9,43.45C51.99,44 52.04,44.43 52.04,45.07L52.04,46.3ZM46.78,60.68C45.46,60.68 44.29,60.63 43.45,60.52L43.45,64.14C44.34,64.03 45.46,63.98 46.78,63.98L61.29,63.98C62.57,63.98 63.71,64.03 64.57,64.14L64.57,60.52C63.73,60.63 62.57,60.68 61.29,60.68L58.24,60.68C59.33,58.06 59.99,56.23 60.7,53.91C61.34,51.81 61.34,51.81 61.56,51.13L57.58,50.06C57.51,50.93 57.37,51.52 56.89,53.41C56.19,56.14 55.32,58.74 54.5,60.68L46.78,60.68ZM46.48,51.36C47.55,54.02 48.28,56.53 49.03,60.15L52.66,58.9C51.65,54.98 50.92,52.66 49.94,50.11L46.48,51.36Z" /> | ||||
| </vector> | ||||
|   | ||||
| @@ -1,11 +1,11 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|        android:shape="rectangle" > | ||||
|     android:shape="rectangle"> | ||||
|  | ||||
|     <gradient | ||||
|         android:angle="90" | ||||
|         android:startColor="#ffffffff" | ||||
|         android:endColor="#00ffffff"/> | ||||
|         android:endColor="#00ffffff" | ||||
|         android:startColor="#ffffffff" /> | ||||
|  | ||||
|     <corners android:radius="0dp" /> | ||||
| </shape> | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ripple android:color="?attr/rippleColor" | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" > | ||||
| <ripple xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:color="?attr/rippleColor"> | ||||
|     <item android:drawable="@color/backgroundDark" /> | ||||
| </ripple> | ||||
| </ripple> | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ripple android:color="?attr/rippleColor" | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" > | ||||
| <ripple xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:color="?attr/rippleColor"> | ||||
|     <item android:drawable="@color/backgroundLight" /> | ||||
| </ripple> | ||||
| </ripple> | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ripple android:color="?attr/rippleColor" | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" /> | ||||
| <ripple xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:color="?attr/rippleColor" /> | ||||
|   | ||||
| @@ -2,8 +2,8 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:width="48dp" | ||||
|     android:height="48dp" | ||||
|     android:viewportHeight="48" | ||||
|     android:viewportWidth="48"> | ||||
|     android:viewportWidth="48" | ||||
|     android:viewportHeight="48"> | ||||
|  | ||||
|     <path | ||||
|         android:fillColor="@color/colorPrimary" | ||||
| @@ -14,9 +14,9 @@ | ||||
|         android:translateY="12"> | ||||
|         <path | ||||
|             android:fillColor="@color/textColorPrimaryDark" | ||||
|             android:pathData="M4,6H2v14c0,1.1 0.9,2 2,2h14v-2H4V6z"/> | ||||
|             android:pathData="M4,6H2v14c0,1.1 0.9,2 2,2h14v-2H4V6z" /> | ||||
|         <path | ||||
|             android:fillColor="@color/textColorPrimaryDark" | ||||
|             android:pathData="M20,2L8,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM20,12l-2.5,-1.5L15,12L15,4h5v8z"/> | ||||
|             android:pathData="M20,2L8,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM20,12l-2.5,-1.5L15,12L15,4h5v8z" /> | ||||
|     </group> | ||||
| </vector> | ||||
|   | ||||
| @@ -2,8 +2,8 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:width="48dp" | ||||
|     android:height="48dp" | ||||
|     android:viewportHeight="48" | ||||
|     android:viewportWidth="48"> | ||||
|     android:viewportWidth="48" | ||||
|     android:viewportHeight="48"> | ||||
|  | ||||
|     <path | ||||
|         android:fillColor="@color/colorPrimary" | ||||
|   | ||||
| @@ -2,8 +2,8 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:width="48dp" | ||||
|     android:height="48dp" | ||||
|     android:viewportHeight="48" | ||||
|     android:viewportWidth="48"> | ||||
|     android:viewportWidth="48" | ||||
|     android:viewportHeight="48"> | ||||
|  | ||||
|     <path | ||||
|         android:fillColor="@color/colorPrimary" | ||||
|   | ||||
| @@ -2,8 +2,8 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:width="48dp" | ||||
|     android:height="48dp" | ||||
|     android:viewportHeight="48" | ||||
|     android:viewportWidth="48"> | ||||
|     android:viewportWidth="48" | ||||
|     android:viewportHeight="48"> | ||||
|  | ||||
|     <path | ||||
|         android:fillColor="@color/colorPrimary" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user