Use a more general store icon

Uses `fas_store` instead of `fab_google_play`, as discussed in #72
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

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"

View file

@ -25,6 +25,7 @@
<string name="fas_angle_double_right" translatable="false">&#xf101;</string>
<string name="fas_angle_double_up" translatable="false">&#xf102;</string>
<string name="fas_angle_double_down" translatable="false">&#xf103;</string>
<string name="fas_store" translatable="false">&#xf54e;</string>
<!-- icons that can be used with type="brands" -->
<string name="fab_apple" translatable="false">&#xf179;</string>