Skip to content

Commit

Permalink
update app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatni committed Jul 24, 2024
1 parent fe0799a commit cc4b1c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/
.DS_Store
/build
/captures
Expand Down
15 changes: 4 additions & 11 deletions app/src/main/res/drawable-anydpi/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108"
>
<path
android:pathData="M47.03,40.1C47.03,38.39 48.42,37 50.13,37H56.32C58.03,37 59.42,38.39 59.42,40.1H47.03ZM63.29,46.74H44.71C38.97,46.74 34.32,51.39 34.32,57.13C34.32,62.87 38.97,67.52 44.71,67.52H63.29C69.03,67.52 73.68,62.87 73.68,57.13C73.68,51.39 69.03,46.74 63.29,46.74ZM44.71,42.42C36.59,42.42 30,49.01 30,57.13C30,65.25 36.59,71.84 44.71,71.84H63.29C71.41,71.84 78,65.25 78,57.13C78,49.01 71.41,42.42 63.29,42.42H44.71ZM54,62.55C52.28,62.55 50.7,63.42 49.25,64.34C47.93,65.17 46.38,65.65 44.71,65.65C40.01,65.65 36.19,61.83 36.19,57.13C36.19,52.43 40.01,48.61 44.71,48.61H63.29C67.99,48.61 71.81,52.43 71.81,57.13C71.81,61.83 67.99,65.65 63.29,65.65C61.62,65.65 60.07,65.17 58.75,64.34C57.3,63.42 55.72,62.55 54,62.55ZM44.71,52.1C43.64,52.1 42.78,52.96 42.78,54.03V55.19H41.61C40.54,55.19 39.68,56.06 39.68,57.13C39.68,58.2 40.54,59.06 41.61,59.06H42.78V60.23C42.78,61.29 43.64,62.16 44.71,62.16C45.78,62.16 46.65,61.29 46.65,60.23V59.06H47.81C48.88,59.06 49.74,58.2 49.74,57.13C49.74,56.06 48.88,55.19 47.81,55.19H46.65V54.03C46.65,52.96 45.78,52.1 44.71,52.1ZM63.29,62.16C64.36,62.16 65.22,61.29 65.22,60.23C65.22,59.16 64.36,58.29 63.29,58.29C62.22,58.29 61.35,59.16 61.35,60.23C61.35,61.29 62.22,62.16 63.29,62.16ZM68.32,57.13C68.32,58.2 67.45,59.06 66.39,59.06C65.32,59.06 64.45,58.2 64.45,57.13C64.45,56.06 65.32,55.19 66.39,55.19C67.45,55.19 68.32,56.06 68.32,57.13ZM63.29,55.97C64.36,55.97 65.22,55.1 65.22,54.03C65.22,52.96 64.36,52.1 63.29,52.1C62.22,52.1 61.35,52.96 61.35,54.03C61.35,55.1 62.22,55.97 63.29,55.97ZM62.13,57.13C62.13,58.2 61.26,59.06 60.19,59.06C59.12,59.06 58.26,58.2 58.26,57.13C58.26,56.06 59.12,55.19 60.19,55.19C61.26,55.19 62.13,56.06 62.13,57.13Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"
/>
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M19,3L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM10,12.5L8,12.5v1h3L11,15L6.5,15v-2.5c0,-0.55 0.45,-1 1,-1h2v-1h-3L6.5,9L10,9c0.55,0 1,0.45 1,1v1.5c0,0.55 -0.45,1 -1,1zM18,15h-1.75l-1.75,-2.25L14.5,15L13,15L13,9h1.5v2.25L16.25,9L18,9l-2.25,3L18,15z"/>
</vector>

0 comments on commit cc4b1c7

Please sign in to comment.