mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Use a more general store icon
Uses `fas_store` instead of `fab_google_play`, as discussed in #72
This commit is contained in:
parent
71ec676a67
commit
dcb9a70420
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
<string name="fas_angle_double_right" translatable="false"></string>
|
||||
<string name="fas_angle_double_up" translatable="false"></string>
|
||||
<string name="fas_angle_double_down" translatable="false"></string>
|
||||
<string name="fas_store" translatable="false"></string>
|
||||
|
||||
<!-- icons that can be used with type="brands" -->
|
||||
<string name="fab_apple" translatable="false"></string>
|
||||
|
|
Loading…
Add table
Reference in a new issue