Updated FAQ icon and text
|
@ -43,7 +43,7 @@
|
|||
<Preference
|
||||
android:key="prefFaq"
|
||||
android:title="@string/pref_faq"
|
||||
android:icon="?attr/ic_question_answer" />
|
||||
android:icon="?attr/ic_questionmark" />
|
||||
<Preference
|
||||
android:key="prefSendBugReport"
|
||||
android:title="@string/bug_report_title"
|
||||
|
|
Before Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 601 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 602 B |
Before Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 766 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 900 B |
|
@ -0,0 +1,5 @@
|
|||
<vector android:height="24dp"
|
||||
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF757575" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"/>
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<vector android:height="24dp"
|
||||
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FFFFFFFF" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"/>
|
||||
</vector>
|
|
@ -56,7 +56,7 @@
|
|||
<attr name="ic_cast_disconnect" format="reference"/>
|
||||
<attr name="ic_swap" format="reference"/>
|
||||
<attr name="ic_cellphone_text" format="reference"/>
|
||||
<attr name="ic_question_answer" format="reference" />
|
||||
<attr name="ic_questionmark" format="reference" />
|
||||
<attr name="ic_bug" format="reference" />
|
||||
<attr name="master_switch_background" format="color"/>
|
||||
<attr name="currently_playing_background" format="color"/>
|
||||
|
|
|
@ -457,7 +457,7 @@
|
|||
<string name="pref_current_value">Current value: %1$s</string>
|
||||
<string name="pref_proxy_title">Proxy</string>
|
||||
<string name="pref_proxy_sum">Set a network proxy</string>
|
||||
<string name="pref_faq">FAQ</string>
|
||||
<string name="pref_faq">Frequently Asked Questions</string>
|
||||
<string name="pref_no_browser_found">No web browser found.</string>
|
||||
<string name="pref_cast_title">Chromecast support</string>
|
||||
<string name="pref_cast_message_play_flavor">Enable support for remote media playback on Cast devices (such as Chromecast, Audio Speakers or Android TV)</string>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<item name="ic_create_new_folder">@drawable/ic_create_new_folder_grey600_24dp</item>
|
||||
<item name="ic_cast_disconnect">@drawable/ic_cast_disconnect_grey600_36dp</item>
|
||||
<item name="ic_cellphone_text">@drawable/ic_cellphone_text_grey600_24dp</item>
|
||||
<item name="ic_question_answer">@drawable/ic_forum_grey600_24dp</item>
|
||||
<item name="ic_questionmark">@drawable/ic_questionmark_grey600</item>
|
||||
<item name="ic_bug">@drawable/ic_bug_grey600_24dp</item>
|
||||
<item name="ic_bookmark">@drawable/ic_bookmark_grey600_24dp</item>
|
||||
<item name="batch_edit_fab_icon">@drawable/ic_fab_edit_white</item>
|
||||
|
@ -152,7 +152,7 @@
|
|||
<item name="ic_create_new_folder">@drawable/ic_create_new_folder_white_24dp</item>
|
||||
<item name="ic_cast_disconnect">@drawable/ic_cast_disconnect_white_36dp</item>
|
||||
<item name="ic_cellphone_text">@drawable/ic_cellphone_text_white_24dp</item>
|
||||
<item name="ic_question_answer">@drawable/ic_baseline_question_answer_white_24dp</item>
|
||||
<item name="ic_questionmark">@drawable/ic_questionmark_white</item>
|
||||
<item name="ic_bug">@drawable/ic_bug_white_24dp</item>
|
||||
<item name="ic_bookmark">@drawable/ic_bookmark_white_24dp</item>
|
||||
<item name="batch_edit_fab_icon">@drawable/ic_fab_edit_white</item>
|
||||
|
|