mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
reformat code
This commit is contained in:
parent
99acdba262
commit
5dc2ee3901
68 changed files with 842 additions and 543 deletions
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="100"
|
||||
android:fromYDelta="75%p"
|
||||
android:toYDelta="0%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="100"/>
|
||||
android:toYDelta="0%p" />
|
||||
|
||||
</set>
|
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="100"
|
||||
android:fromXDelta="-75%p"
|
||||
android:toXDelta="0%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="100"/>
|
||||
android:toXDelta="0%p" />
|
||||
|
||||
</set>
|
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="100"
|
||||
android:fromXDelta="75%p"
|
||||
android:toXDelta="0%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="100"/>
|
||||
android:toXDelta="0%p" />
|
||||
|
||||
</set>
|
|
@ -2,9 +2,9 @@
|
|||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<translate
|
||||
android:duration="100"
|
||||
android:fromYDelta="-75%p"
|
||||
android:toYDelta="0%p"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:duration="100"/>
|
||||
android:toYDelta="0%p" />
|
||||
|
||||
</set>
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M6,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM18,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M6,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM18,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.42,0 -8,-3.58 -8,-8 0,-1.85 0.63,-3.55 1.69,-4.9L16.9,18.31C15.55,19.37 13.85,20 12,20zM18.31,16.9L7.1,5.69C8.45,4.63 10.15,4 12,4c4.42,0 8,3.58 8,8 0,1.85 -0.63,3.55 -1.69,4.9z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.42,0 -8,-3.58 -8,-8 0,-1.85 0.63,-3.55 1.69,-4.9L16.9,18.31C15.55,19.37 13.85,20 12,20zM18.31,16.9L7.1,5.69C8.45,4.63 10.15,4 12,4c4.42,0 8,3.58 8,8 0,1.85 -0.63,3.55 -1.69,4.9z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M19.14,12.94c0.04,-0.3 0.06,-0.61 0.06,-0.94c0,-0.32 -0.02,-0.64 -0.07,-0.94l2.03,-1.58c0.18,-0.14 0.23,-0.41 0.12,-0.61l-1.92,-3.32c-0.12,-0.22 -0.37,-0.29 -0.59,-0.22l-2.39,0.96c-0.5,-0.38 -1.03,-0.7 -1.62,-0.94L14.4,2.81c-0.04,-0.24 -0.24,-0.41 -0.48,-0.41h-3.84c-0.24,0 -0.43,0.17 -0.47,0.41L9.25,5.35C8.66,5.59 8.12,5.92 7.63,6.29L5.24,5.33c-0.22,-0.08 -0.47,0 -0.59,0.22L2.74,8.87C2.62,9.08 2.66,9.34 2.86,9.48l2.03,1.58C4.84,11.36 4.8,11.69 4.8,12s0.02,0.64 0.07,0.94l-2.03,1.58c-0.18,0.14 -0.23,0.41 -0.12,0.61l1.92,3.32c0.12,0.22 0.37,0.29 0.59,0.22l2.39,-0.96c0.5,0.38 1.03,0.7 1.62,0.94l0.36,2.54c0.05,0.24 0.24,0.41 0.48,0.41h3.84c0.24,0 0.44,-0.17 0.47,-0.41l0.36,-2.54c0.59,-0.24 1.13,-0.56 1.62,-0.94l2.39,0.96c0.22,0.08 0.47,0 0.59,-0.22l1.92,-3.32c0.12,-0.22 0.07,-0.47 -0.12,-0.61L19.14,12.94zM12,15.6c-1.98,0 -3.6,-1.62 -3.6,-3.6s1.62,-3.6 3.6,-3.6s3.6,1.62 3.6,3.6S13.98,15.6 12,15.6z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M19.14,12.94c0.04,-0.3 0.06,-0.61 0.06,-0.94c0,-0.32 -0.02,-0.64 -0.07,-0.94l2.03,-1.58c0.18,-0.14 0.23,-0.41 0.12,-0.61l-1.92,-3.32c-0.12,-0.22 -0.37,-0.29 -0.59,-0.22l-2.39,0.96c-0.5,-0.38 -1.03,-0.7 -1.62,-0.94L14.4,2.81c-0.04,-0.24 -0.24,-0.41 -0.48,-0.41h-3.84c-0.24,0 -0.43,0.17 -0.47,0.41L9.25,5.35C8.66,5.59 8.12,5.92 7.63,6.29L5.24,5.33c-0.22,-0.08 -0.47,0 -0.59,0.22L2.74,8.87C2.62,9.08 2.66,9.34 2.86,9.48l2.03,1.58C4.84,11.36 4.8,11.69 4.8,12s0.02,0.64 0.07,0.94l-2.03,1.58c-0.18,0.14 -0.23,0.41 -0.12,0.61l1.92,3.32c0.12,0.22 0.37,0.29 0.59,0.22l2.39,-0.96c0.5,0.38 1.03,0.7 1.62,0.94l0.36,2.54c0.05,0.24 0.24,0.41 0.48,0.41h3.84c0.24,0 0.44,-0.17 0.47,-0.41l0.36,-2.54c0.59,-0.24 1.13,-0.56 1.62,-0.94l2.39,0.96c0.22,0.08 0.47,0 0.59,-0.22l1.92,-3.32c0.12,-0.22 0.07,-0.47 -0.12,-0.61L19.14,12.94zM12,15.6c-1.98,0 -3.6,-1.62 -3.6,-3.6s1.62,-3.6 3.6,-3.6s3.6,1.62 3.6,3.6S13.98,15.6 12,15.6z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM19,3L5,3c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.11,0 2,-0.9 2,-2L21,5c0,-1.1 -0.89,-2 -2,-2zM17.25,12c0,0.23 -0.02,0.46 -0.05,0.68l1.48,1.16c0.13,0.11 0.17,0.3 0.08,0.45l-1.4,2.42c-0.09,0.15 -0.27,0.21 -0.43,0.15l-1.74,-0.7c-0.36,0.28 -0.76,0.51 -1.18,0.69l-0.26,1.85c-0.03,0.17 -0.18,0.3 -0.35,0.3h-2.8c-0.17,0 -0.32,-0.13 -0.35,-0.29l-0.26,-1.85c-0.43,-0.18 -0.82,-0.41 -1.18,-0.69l-1.74,0.7c-0.16,0.06 -0.34,0 -0.43,-0.15l-1.4,-2.42c-0.09,-0.15 -0.05,-0.34 0.08,-0.45l1.48,-1.16c-0.03,-0.23 -0.05,-0.46 -0.05,-0.69 0,-0.23 0.02,-0.46 0.05,-0.68l-1.48,-1.16c-0.13,-0.11 -0.17,-0.3 -0.08,-0.45l1.4,-2.42c0.09,-0.15 0.27,-0.21 0.43,-0.15l1.74,0.7c0.36,-0.28 0.76,-0.51 1.18,-0.69l0.26,-1.85c0.03,-0.17 0.18,-0.3 0.35,-0.3h2.8c0.17,0 0.32,0.13 0.35,0.29l0.26,1.85c0.43,0.18 0.82,0.41 1.18,0.69l1.74,-0.7c0.16,-0.06 0.34,0 0.43,0.15l1.4,2.42c0.09,0.15 0.05,0.34 -0.08,0.45l-1.48,1.16c0.03,0.23 0.05,0.46 0.05,0.69z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM19,3L5,3c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.11,0 2,-0.9 2,-2L21,5c0,-1.1 -0.89,-2 -2,-2zM17.25,12c0,0.23 -0.02,0.46 -0.05,0.68l1.48,1.16c0.13,0.11 0.17,0.3 0.08,0.45l-1.4,2.42c-0.09,0.15 -0.27,0.21 -0.43,0.15l-1.74,-0.7c-0.36,0.28 -0.76,0.51 -1.18,0.69l-0.26,1.85c-0.03,0.17 -0.18,0.3 -0.35,0.3h-2.8c-0.17,0 -0.32,-0.13 -0.35,-0.29l-0.26,-1.85c-0.43,-0.18 -0.82,-0.41 -1.18,-0.69l-1.74,0.7c-0.16,0.06 -0.34,0 -0.43,-0.15l-1.4,-2.42c-0.09,-0.15 -0.05,-0.34 0.08,-0.45l1.48,-1.16c-0.03,-0.23 -0.05,-0.46 -0.05,-0.69 0,-0.23 0.02,-0.46 0.05,-0.68l-1.48,-1.16c-0.13,-0.11 -0.17,-0.3 -0.08,-0.45l1.4,-2.42c0.09,-0.15 0.27,-0.21 0.43,-0.15l1.74,0.7c0.36,-0.28 0.76,-0.51 1.18,-0.69l0.26,-1.85c0.03,-0.17 0.18,-0.3 0.35,-0.3h2.8c0.17,0 0.32,0.13 0.35,0.29l0.26,1.85c0.43,0.18 0.82,0.41 1.18,0.69l1.74,-0.7c0.16,-0.06 0.34,0 0.43,0.15l1.4,2.42c0.09,0.15 0.05,0.34 -0.08,0.45l-1.48,1.16c0.03,0.23 0.05,0.46 0.05,0.69z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M18.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM5,9v6h4l5,5V4L9,9H5z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:autoMirrored="true"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M18.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM5,9v6h4l5,5V4L9,9H5z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
|
||||
|
||||
<path android:fillColor="?android:textColor" android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z"/>
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:autoMirrored="true"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="?android:textColor"
|
||||
android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z" />
|
||||
|
||||
</vector>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
android:shape="ring"
|
||||
android:thickness="5dp"
|
||||
android:useLevel="false">
|
||||
<solid android:color="#777"/>
|
||||
<solid android:color="#777" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
|
@ -6,7 +6,7 @@
|
|||
android:shape="ring"
|
||||
android:thickness="5dp"
|
||||
android:useLevel="false">
|
||||
<solid android:color="#ddd"/>
|
||||
<solid android:color="#ddd" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
|
@ -1,8 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/tutorial_selected_dot"
|
||||
android:state_selected="true"/>
|
||||
<item android:drawable="@drawable/tutorial_selected_dot" android:state_selected="true" />
|
||||
|
||||
<item android:drawable="@drawable/tutorial_default_dot"/>
|
||||
<item android:drawable="@drawable/tutorial_default_dot" />
|
||||
</selector>
|
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:custom="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/home_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:custom="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
|
@ -14,9 +13,9 @@
|
|||
android:id="@+id/list_appbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
|
||||
android:background="@null"
|
||||
|
||||
android:gravity="center"
|
||||
app:elevation="0dp"
|
||||
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/list_apps_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/list_apps_row_container"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/list_other_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/list_other_row_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:custom="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
|
@ -11,9 +10,9 @@
|
|||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/settings_appbar"
|
||||
android:background="@null"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@null"
|
||||
app:elevation="0dp">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
@ -54,6 +53,7 @@
|
|||
android:id="@+id/settings_system"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:gravity="center"
|
||||
android:includeFontPadding="true"
|
||||
|
@ -63,8 +63,7 @@
|
|||
custom:layout_constraintBottom_toBottomOf="parent"
|
||||
custom:layout_constraintStart_toStartOf="parent"
|
||||
custom:layout_constraintTop_toTopOf="parent"
|
||||
custom:type="solid"
|
||||
android:layout_marginStart="8dp" />
|
||||
custom:type="solid" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<com.google.android.material.tabs.TabLayout
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
app:layout_constraintBottom_toTopOf="@+id/settings_actions_buttons"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"/>
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/settings_actions_buttons"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/settings_actions_row_container"
|
||||
|
@ -30,8 +29,7 @@
|
|||
android:visibility="invisible"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
/>
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/settings_actions_row_icon_img"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:custom="http://schemas.android.com/apk/res-auto"
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/settings_meta_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:custom="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/tutorial_container"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -26,11 +24,11 @@
|
|||
android:id="@+id/tutorial_tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:tabBackground="@drawable/tutorial_tab_selector"
|
||||
app:tabGravity="center"
|
||||
app:tabIndicatorHeight="0dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:tabBackground="@drawable/tutorial_tab_selector"
|
||||
app:tabGravity="center"
|
||||
app:tabIndicatorHeight="0dp" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
@ -1,13 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/tutorial_concept_container"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingRight="32sp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingRight="32sp"
|
||||
tools:context=".tutorial.tabs.TutorialFragmentConcept">
|
||||
|
||||
<TextView
|
||||
|
@ -54,8 +53,8 @@
|
|||
android:layout_marginLeft="32dp"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:layout_marginRight="32dp"
|
||||
android:textSize="32sp"
|
||||
android:gravity="center"
|
||||
android:textSize="32sp"
|
||||
app:layout_constraintBottom_toTopOf="@+id/tutorial_concept_text_2"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:custom="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/tutorial_finish_container"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingRight="32sp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingRight="32sp"
|
||||
tools:context=".tutorial.tabs.TutorialFragmentFinish">
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/tutorial_setup_container"
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/tutorial_start_container"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingRight="32sp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingRight="32sp"
|
||||
tools:context=".tutorial.tabs.TutorialFragmentStart">
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/app_menu_delete"
|
||||
<item
|
||||
android:id="@+id/app_menu_delete"
|
||||
android:title="@string/list_app_delete" />
|
||||
<item android:id="@+id/app_menu_info"
|
||||
<item
|
||||
android:id="@+id/app_menu_info"
|
||||
android:title="@string/list_app_info" />
|
||||
</menu>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
<background android:drawable="@color/ic_launcher_background" />
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
<background android:drawable="@color/ic_launcher_background" />
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
|
||||
<!-- translation: things i'm not sure about:
|
||||
|
||||
<!-- translation: things i'm not sure about:
|
||||
- translating the date formats
|
||||
- adequate length
|
||||
- Meta?
|
||||
|
|
|
@ -1,112 +1,111 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name" translatable="false">μLauncher</string>
|
||||
<!--
|
||||
-
|
||||
- Settings
|
||||
-
|
||||
-->
|
||||
<string name="preference_file_key" translatable="false">V3RYR4ND0MK3YCR4P</string>
|
||||
<string name="settings_internal_started_key" translatable="false">startedBefore</string>
|
||||
<string name="settings_internal_started_time_key" translatable="false">firstStartup</string>
|
||||
<string name="settings_internal_version_code_key" translatable="false">version_code</string>
|
||||
<string name="settings_general_choose_home_screen_key">settings.general.select_launcher</string>
|
||||
<!--
|
||||
-
|
||||
- Settings : Gestures
|
||||
-
|
||||
-->
|
||||
<string name="settings_gesture_up_key" translatable="false">Swipe Up</string>
|
||||
<string name="settings_gesture_double_up_key" translatable="false">Double Up</string>
|
||||
<string name="settings_gesture_down_key" translatable="false">Swipe Down</string>
|
||||
<string name="settings_gesture_double_down_key" translatable="false">Double Down</string>
|
||||
<string name="settings_gesture_left_key" translatable="false">Swipe Left</string>
|
||||
<string name="settings_gesture_double_left_key" translatable="false">Double Left</string>
|
||||
<string name="settings_gesture_right_key" translatable="false">Swipe Right</string>
|
||||
<string name="settings_gesture_double_right_key" translatable="false">Double Right</string>
|
||||
<string name="settings_gesture_right_top_edge_key" translatable="false">Swipe Right (Top)</string>
|
||||
<string name="settings_gesture_right_bottom_edge_key" translatable="false">Swipe Right (Bottom)</string>
|
||||
<string name="settings_gesture_left_bottom_edge_key" translatable="false">Swipe Left (Bottom)</string>
|
||||
<string name="settings_gesture_left_top_edge_key" translatable="false">Swipe Left (Top)</string>
|
||||
<string name="settings_gesture_up_left_edge_key" translatable="false">Swipe Up (Left Edge)</string>
|
||||
<string name="settings_gesture_up_right_edge_key" translatable="false">Swipe Up (Right Edge)</string>
|
||||
<string name="settings_gesture_down_left_edge_key" translatable="false">Swipe Down (Left Edge)</string>
|
||||
<string name="settings_gesture_down_right_edge_key" translatable="false">Swipe Down (Right Edge)</string>
|
||||
<string name="settings_gesture_vol_up_key" translatable="false">Volume Up</string>
|
||||
<string name="settings_gesture_vol_down_key" translatable="false">Volume Down</string>
|
||||
<string name="settings_gesture_double_click_key" translatable="false">Double Click</string>
|
||||
<string name="settings_gesture_long_click_key" translatable="false">Long Click</string>
|
||||
<string name="settings_gesture_date_key" translatable="false">Click on Date</string>
|
||||
<string name="settings_gesture_time_key" translatable="false">Click on Time</string>
|
||||
<string name="app_name" translatable="false">μLauncher</string>
|
||||
<!--
|
||||
-
|
||||
- Settings
|
||||
-
|
||||
-->
|
||||
<string name="preference_file_key" translatable="false">V3RYR4ND0MK3YCR4P</string>
|
||||
<string name="settings_internal_started_key" translatable="false">startedBefore</string>
|
||||
<string name="settings_internal_started_time_key" translatable="false">firstStartup</string>
|
||||
<string name="settings_internal_version_code_key" translatable="false">version_code</string>
|
||||
<string name="settings_general_choose_home_screen_key">settings.general.select_launcher</string>
|
||||
<!--
|
||||
-
|
||||
- Settings : Gestures
|
||||
-
|
||||
-->
|
||||
<string name="settings_gesture_up_key" translatable="false">Swipe Up</string>
|
||||
<string name="settings_gesture_double_up_key" translatable="false">Double Up</string>
|
||||
<string name="settings_gesture_down_key" translatable="false">Swipe Down</string>
|
||||
<string name="settings_gesture_double_down_key" translatable="false">Double Down</string>
|
||||
<string name="settings_gesture_left_key" translatable="false">Swipe Left</string>
|
||||
<string name="settings_gesture_double_left_key" translatable="false">Double Left</string>
|
||||
<string name="settings_gesture_right_key" translatable="false">Swipe Right</string>
|
||||
<string name="settings_gesture_double_right_key" translatable="false">Double Right</string>
|
||||
<string name="settings_gesture_right_top_edge_key" translatable="false">Swipe Right (Top)</string>
|
||||
<string name="settings_gesture_right_bottom_edge_key" translatable="false">Swipe Right (Bottom)</string>
|
||||
<string name="settings_gesture_left_bottom_edge_key" translatable="false">Swipe Left (Bottom)</string>
|
||||
<string name="settings_gesture_left_top_edge_key" translatable="false">Swipe Left (Top)</string>
|
||||
<string name="settings_gesture_up_left_edge_key" translatable="false">Swipe Up (Left Edge)</string>
|
||||
<string name="settings_gesture_up_right_edge_key" translatable="false">Swipe Up (Right Edge)</string>
|
||||
<string name="settings_gesture_down_left_edge_key" translatable="false">Swipe Down (Left Edge)</string>
|
||||
<string name="settings_gesture_down_right_edge_key" translatable="false">Swipe Down (Right Edge)</string>
|
||||
<string name="settings_gesture_vol_up_key" translatable="false">Volume Up</string>
|
||||
<string name="settings_gesture_vol_down_key" translatable="false">Volume Down</string>
|
||||
<string name="settings_gesture_double_click_key" translatable="false">Double Click</string>
|
||||
<string name="settings_gesture_long_click_key" translatable="false">Long Click</string>
|
||||
<string name="settings_gesture_date_key" translatable="false">Click on Date</string>
|
||||
<string name="settings_gesture_time_key" translatable="false">Click on Time</string>
|
||||
|
||||
<!--
|
||||
-
|
||||
- Settings : Theme
|
||||
-
|
||||
-->
|
||||
<string name="settings_theme_color_theme_key" translatable="false">theme.color_theme</string>
|
||||
<string-array name="settings_theme_color_theme_values" translatable="false">
|
||||
<item>DEFAULT</item>
|
||||
<item>DARK</item>
|
||||
<!--<item>light</item>-->
|
||||
</string-array>
|
||||
<string name="settings_theme_background_key" translatable="false">theme.background</string>
|
||||
<string-array name="settings_theme_background_values" translatable="false">
|
||||
<item>TRANSPARENT</item>
|
||||
<item>DIM</item>
|
||||
<item>BLUR</item>
|
||||
<item>SOLID</item>
|
||||
</string-array>
|
||||
<string name="settings_theme_wallpaper_key" translatable="false">theme.wallpaper</string>
|
||||
<string name="settings_theme_font_key" translatable="false">theme.font</string>
|
||||
<string-array name="settings_theme_font_values" translatable="false">
|
||||
<item>HACK</item>
|
||||
<item>SYSTEM_DEFAULT</item>
|
||||
</string-array>
|
||||
<string name="settings_theme_monochrome_icons_key" translatable="false">theme.monochrome_icons</string>
|
||||
<!--
|
||||
-
|
||||
- Settings : Clock
|
||||
-
|
||||
-->
|
||||
<string name="settings_clock_time_visible_key" translatable="false">timeVisible</string>
|
||||
<string name="settings_clock_date_visible_key" translatable="false">dateVisible</string>
|
||||
<string name="settings_clock_localized_key" translatable="false">dateLocalized</string>
|
||||
<string name="settings_clock_flip_date_time_key" translatable="false">dateTimeFlip</string>
|
||||
<!--
|
||||
-
|
||||
- Settings : Theme
|
||||
-
|
||||
-->
|
||||
<string name="settings_theme_color_theme_key" translatable="false">theme.color_theme</string>
|
||||
<string-array name="settings_theme_color_theme_values" translatable="false">
|
||||
<item>DEFAULT</item>
|
||||
<item>DARK</item>
|
||||
<!--<item>light</item>-->
|
||||
</string-array>
|
||||
<string name="settings_theme_background_key" translatable="false">theme.background</string>
|
||||
<string-array name="settings_theme_background_values" translatable="false">
|
||||
<item>TRANSPARENT</item>
|
||||
<item>DIM</item>
|
||||
<item>BLUR</item>
|
||||
<item>SOLID</item>
|
||||
</string-array>
|
||||
<string name="settings_theme_wallpaper_key" translatable="false">theme.wallpaper</string>
|
||||
<string name="settings_theme_font_key" translatable="false">theme.font</string>
|
||||
<string-array name="settings_theme_font_values" translatable="false">
|
||||
<item>HACK</item>
|
||||
<item>SYSTEM_DEFAULT</item>
|
||||
</string-array>
|
||||
<string name="settings_theme_monochrome_icons_key" translatable="false">theme.monochrome_icons</string>
|
||||
<!--
|
||||
-
|
||||
- Settings : Clock
|
||||
-
|
||||
-->
|
||||
<string name="settings_clock_time_visible_key" translatable="false">timeVisible</string>
|
||||
<string name="settings_clock_date_visible_key" translatable="false">dateVisible</string>
|
||||
<string name="settings_clock_localized_key" translatable="false">dateLocalized</string>
|
||||
<string name="settings_clock_flip_date_time_key" translatable="false">dateTimeFlip</string>
|
||||
|
||||
|
||||
<!--
|
||||
-
|
||||
- Settings : Functionality
|
||||
-
|
||||
-->
|
||||
<string name="settings_display_screen_timeout_disabled_key" translatable="false">disableTimeout</string>
|
||||
<string name="settings_display_full_screen_key" translatable="false">useFullScreen</string>
|
||||
<!--
|
||||
-
|
||||
- Settings : Functionality
|
||||
-
|
||||
-->
|
||||
<string name="settings_display_screen_timeout_disabled_key" translatable="false">disableTimeout</string>
|
||||
<string name="settings_display_full_screen_key" translatable="false">useFullScreen</string>
|
||||
|
||||
<string name="settings_enabled_gestures_double_swipe_key" translatable="false">enableDoubleActions</string>
|
||||
<string name="settings_enabled_gestures_edge_swipe_key" translatable="false">enableEdgeActions</string>
|
||||
<string name="settings_functionality_search_auto_launch_key" translatable="false">searchAutoLaunch</string>
|
||||
<string name="settings_functionality_search_auto_open_keyboard_key" translatable="false">searchAutoKeyboard</string>
|
||||
<string name="settings_enabled_gestures_double_swipe_key" translatable="false">enableDoubleActions</string>
|
||||
<string name="settings_enabled_gestures_edge_swipe_key" translatable="false">enableEdgeActions</string>
|
||||
<string name="settings_functionality_search_auto_launch_key" translatable="false">searchAutoLaunch</string>
|
||||
<string name="settings_functionality_search_auto_open_keyboard_key" translatable="false">searchAutoKeyboard</string>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
-
|
||||
- URLs
|
||||
-
|
||||
-->
|
||||
<string name="settings_meta_link_github" translatable="false">https://github.com/jrpie/Launcher</string>
|
||||
<string name="settings_meta_report_bug_link" translatable="false">https://github.com/jrpie/Launcher/issues/new</string>
|
||||
<string name="settings_meta_fork_contact_url" translatable="false">https://s.jrpie.de/contact</string>
|
||||
<string name="settings_meta_privacy_url" translatable="false">https://s.jrpie.de/android-legal</string>
|
||||
<string name="settings_meta_contact_url">https://www.finnmglas.com/contact/</string>
|
||||
<string name="settings_meta_discord_url" translatable="false">https://discord.com/invite/jV2AhF8</string>
|
||||
<!--
|
||||
-
|
||||
- URLs
|
||||
-
|
||||
-->
|
||||
<string name="settings_meta_link_github" translatable="false">https://github.com/jrpie/Launcher</string>
|
||||
<string name="settings_meta_report_bug_link" translatable="false">https://github.com/jrpie/Launcher/issues/new</string>
|
||||
<string name="settings_meta_fork_contact_url" translatable="false">https://s.jrpie.de/contact</string>
|
||||
<string name="settings_meta_privacy_url" translatable="false">https://s.jrpie.de/android-legal</string>
|
||||
<string name="settings_meta_contact_url">https://www.finnmglas.com/contact/</string>
|
||||
<string name="settings_meta_discord_url" translatable="false">https://discord.com/invite/jV2AhF8</string>
|
||||
|
||||
|
||||
<!--
|
||||
-
|
||||
- Tutorial
|
||||
-
|
||||
-->
|
||||
<string name="swipe" translatable="false"><![CDATA[>>>>>>]]></string>
|
||||
<!--
|
||||
-
|
||||
- Tutorial
|
||||
-
|
||||
-->
|
||||
<string name="swipe" translatable="false"><![CDATA[>>>>>>]]></string>
|
||||
</resources>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<resources>
|
||||
<!--
|
||||
-
|
||||
- Home
|
||||
-
|
||||
-->
|
||||
<!--
|
||||
-
|
||||
- Home
|
||||
-
|
||||
-->
|
||||
<string name="alert_cant_open_title">Can\'t open app</string>
|
||||
<string name="alert_cant_open_message">Want to change its settings?</string>
|
||||
|
||||
|
@ -185,7 +185,6 @@
|
|||
<string name="tutorial_finish_button">Start</string>
|
||||
|
||||
|
||||
|
||||
<string name="settings">Settings</string>
|
||||
<string name="ic_menu_alt">More options</string>
|
||||
<string name="alert_cant_expand_notifications_panel">Error: Can\'t expand status bar.\nThis action is using functionality that is not part of the published Android API. Unfortunately, it does not seem to work on your device.</string>
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
<item name="android:colorBackground">@color/darkTheme_background_color</item>
|
||||
<item name="android:textColor">@color/darkTheme_text_color</item>
|
||||
</style>
|
||||
|
||||
<style name="colorThemeDefault">
|
||||
<item name="colorPrimary">@color/finnmglasTheme_background_color</item>
|
||||
<item name="colorPrimaryDark">@color/finnmglasTheme_background_color</item>
|
||||
|
@ -61,14 +62,13 @@
|
|||
<style name="fontSystemDefault">
|
||||
<!--<item name="android:textSize">18sp</item>-->
|
||||
</style>
|
||||
|
||||
<style name="fontHack">
|
||||
<item name="android:fontFamily">@font/hack</item>
|
||||
<!--<item name="android:textSize">18sp</item>-->
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
<style name="PopupMenuCustom" parent="@android:style/Widget.PopupMenu">
|
||||
<item name="android:popupBackground">#252827</item>
|
||||
</style>
|
||||
|
|
|
@ -1,66 +1,65 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory
|
||||
app:allowDividerAbove="false" > <!-- general -->
|
||||
<PreferenceCategory app:allowDividerAbove="false"> <!-- general -->
|
||||
<Preference
|
||||
android:key="@string/settings_general_choose_home_screen_key"
|
||||
android:title="@string/settings_general_choose_home_screen"/>
|
||||
android:title="@string/settings_general_choose_home_screen" />
|
||||
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
app:allowDividerAbove="false"
|
||||
android:title="@string/settings_launcher_section_appearance">
|
||||
android:title="@string/settings_launcher_section_appearance"
|
||||
app:allowDividerAbove="false">
|
||||
<Preference
|
||||
android:key="@string/settings_theme_wallpaper_key"
|
||||
android:title="@string/settings_theme_wallpaper"/>
|
||||
android:title="@string/settings_theme_wallpaper" />
|
||||
<DropDownPreference
|
||||
android:defaultValue="DEFAULT"
|
||||
android:entries="@array/settings_theme_color_theme_items"
|
||||
android:entryValues="@array/settings_theme_color_theme_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="DEFAULT"
|
||||
android:key="@string/settings_theme_color_theme_key"
|
||||
android:title="@string/settings_theme_color_theme"/>
|
||||
android:summary="%s"
|
||||
android:title="@string/settings_theme_color_theme" />
|
||||
|
||||
<DropDownPreference
|
||||
android:key="@string/settings_theme_font_key"
|
||||
android:title="@string/settings_theme_font"
|
||||
android:entryValues="@array/settings_theme_font_values"
|
||||
android:defaultValue="HACK"
|
||||
android:entries="@array/settings_theme_font_items"
|
||||
android:entryValues="@array/settings_theme_font_values"
|
||||
android:key="@string/settings_theme_font_key"
|
||||
android:summary="%s"
|
||||
android:defaultValue="HACK"/>
|
||||
android:title="@string/settings_theme_font" />
|
||||
<DropDownPreference
|
||||
android:key="@string/settings_theme_background_key"
|
||||
android:title="@string/settings_theme_background"
|
||||
android:summary="%s"
|
||||
android:defaultValue="BLUR"
|
||||
android:entries="@array/settings_theme_background_items"
|
||||
android:entryValues="@array/settings_theme_background_values"
|
||||
android:defaultValue="BLUR"/>
|
||||
android:key="@string/settings_theme_background_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/settings_theme_background" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="@string/settings_theme_monochrome_icons_key"
|
||||
android:title="@string/settings_theme_monochrome_icons"
|
||||
android:defaultValue="false" />
|
||||
android:title="@string/settings_theme_monochrome_icons" />
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/settings_launcher_section_date_time"
|
||||
app:allowDividerAbove="false">
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_clock_localized_key"
|
||||
android:defaultValue="false"
|
||||
android:key="@string/settings_clock_localized_key"
|
||||
android:title="@string/settings_clock_localized" />
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_clock_time_visible_key"
|
||||
android:defaultValue="true"
|
||||
android:key="@string/settings_clock_time_visible_key"
|
||||
android:title="@string/settings_clock_time_visible" />
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_clock_date_visible_key"
|
||||
android:defaultValue="true"
|
||||
android:key="@string/settings_clock_date_visible_key"
|
||||
android:title="@string/settings_clock_date_visible" />
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_clock_flip_date_time_key"
|
||||
android:defaultValue="false"
|
||||
android:key="@string/settings_clock_flip_date_time_key"
|
||||
android:title="@string/settings_clock_flip_date_time" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
@ -69,21 +68,21 @@
|
|||
app:allowDividerAbove="false">
|
||||
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_functionality_search_auto_launch_key"
|
||||
android:defaultValue="true"
|
||||
android:key="@string/settings_functionality_search_auto_launch_key"
|
||||
android:title="@string/settings_functionality_auto_launch" />
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_functionality_search_auto_open_keyboard_key"
|
||||
android:defaultValue="true"
|
||||
android:key="@string/settings_functionality_search_auto_open_keyboard_key"
|
||||
android:title="@string/settings_functionality_auto_keyboard" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="@string/settings_enabled_gestures_double_swipe_key"
|
||||
android:defaultValue="true"
|
||||
android:title="@string/settings_enabled_gestures_double_swipe"/>
|
||||
android:title="@string/settings_enabled_gestures_double_swipe" />
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_enabled_gestures_edge_swipe_key"
|
||||
android:defaultValue="true"
|
||||
android:title="@string/settings_enabled_gestures_edge_swipe"/>
|
||||
android:key="@string/settings_enabled_gestures_edge_swipe_key"
|
||||
android:title="@string/settings_enabled_gestures_edge_swipe" />
|
||||
|
||||
|
||||
</PreferenceCategory>
|
||||
|
@ -92,10 +91,10 @@
|
|||
app:allowDividerAbove="false">
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_display_full_screen_key"
|
||||
android:title="@string/settings_display_full_screen"/>
|
||||
android:title="@string/settings_display_full_screen" />
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_display_screen_timeout_disabled_key"
|
||||
android:title="@string/settings_display_screen_timeout_disabled"/>
|
||||
android:title="@string/settings_display_screen_timeout_disabled" />
|
||||
|
||||
|
||||
</PreferenceCategory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue