help page drawables added
This commit is contained in:
parent
3819a4e006
commit
d9d3b216d0
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
<Preference android:title=""
|
<Preference android:title=""
|
||||||
android:selectable="false"
|
android:selectable="false"
|
||||||
android:icon="@drawable/numpad_highlighted"
|
android:icon="@drawable/numfirst"
|
||||||
android:summary="@string/help_keyhighlighted_summary"/>
|
android:summary="@string/help_keyhighlighted_summary"/>
|
||||||
<Preference android:title=""
|
<Preference android:title=""
|
||||||
android:selectable="false"
|
android:selectable="false"
|
||||||
android:icon="@drawable/numpad_highlighted_three"
|
android:icon="@drawable/numfull"
|
||||||
android:summary="@string/help_keyhighlighted_yellow_summary"/>
|
android:summary="@string/help_keyhighlighted_yellow_summary"/>
|
||||||
<Preference android:title="@string/help_do"
|
<Preference android:title="@string/help_do"
|
||||||
android:selectable="false"
|
android:selectable="false"
|
||||||
|
|
Loading…
Reference in a new issue