1
0
Fork 0
mirror of https://github.com/jrpie/Launcher.git synced 2025-05-12 05:22:00 +02:00

Use a more general store icon

Uses `fas_store` instead of `fab_google_play`, as discussed in 
This commit is contained in:
Finn M Glas 2020-10-18 23:04:54 +02:00
parent 71ec676a67
commit dcb9a70420
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
2 changed files with 3 additions and 2 deletions
app/src/main/res/layout

View file

@ -56,10 +56,10 @@
android:includeFontPadding="true"
android:paddingLeft="16sp"
android:paddingRight="16sp"
android:text="@string/fab_google_play"
android:text="@string/fas_store"
android:textColor="?attr/colorAccent"
android:textSize="40sp"
custom:type="brands" />
custom:type="solid" />
<com.finnmglas.launcher.libraries.FontAwesome
android:id="@+id/settings_meta_icon_github"