Skip to content

Instantly share code, notes, and snippets.

@xandout
Created May 20, 2014 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xandout/0850b66ae12b218d9fd2 to your computer and use it in GitHub Desktop.
Save xandout/0850b66ae12b218d9fd2 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!--The example shows how to program the softkeys for GXP-2020/2010 --> <Screen>
<IdleScreen>
<DisplayBitmap> <Bitmap>///// </Bitmap>
<X>0</X>
<Y>0</Y> </DisplayBitmap>
<DisplayString font="f8">
<DisplayStr>$W, $M $d</DisplayStr> <X>0</X>
<Y>0</Y>
</DisplayString> <DisplayString font="f13h" halign="Center" a1reg="false">
<DisplayStr>$N</DisplayStr>
<X>70</X> <Y>12</Y>
</DisplayString>
<DisplayString font="f13b" halign="Center" a1reg="true"> <DisplayStr>$N</DisplayStr>
<X>70</X>
<Y>12</Y> </DisplayString>
<DisplayString font="f13h" halign="Center" a1reg="false">
<DisplayStr>$X</DisplayStr> <X>70</X>
<Y>26</Y>
</DisplayString> <DisplayString font="f13b" halign="Center" a1reg="true">
<DisplayStr>$X</DisplayStr>
<X>70</X>
<Y>26</Y> </DisplayString> <DisplayString halign="Center" valign="Bottom">
<DisplayStr>$I</DisplayStr> <X>70</X> <Y>48</Y>
</DisplayString>
<SoftKeys>
<SoftKey> <Label>New Call</Label> <Action>
<NewCall/>
</Action> </SoftKey>
<SoftKey> <Label>Missed Calls</Label>
<Action> <MissedCalls/>
</Action>
<displayCondition> <conditionType>missCall</conditionType> </displayCondition>
</SoftKey>
<SoftKey>
<Label>Cancel Fwd</Label> <Action> <CancelFwd/>
</Action> <displayCondition> <conditionType>callFwded</conditionType>
</displayCondition> </SoftKey>
<SoftKey> <Label>Fwd All</Label> <Action>
<FwdAll/>
</Action> </SoftKey>
</SoftKeys> </IdleScreen>
</Screen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment