Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3491] Android: support font-style strike line-through

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionWon't Do
Resolution Date2018-08-02T21:48:06.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandoid, feature, reported-1.6.1, rplist
ReporterJon Alter
AssigneeUnknown
Created2011-04-15T03:45:49.000+0000
Updated2018-08-02T21:48:06.000+0000

Description

Requesting suport for line-through decoration of text.
Also known as strike/strikethrough.
Example

Comments

  1. Don Thorp 2011-04-15

    Support where exactly?

  2. Jon Alter 2011-05-25

    Any place that you can set font style would be preferable. Else, just labels.
       var l2 = Titanium.UI.createLabel({
           text:'Appcelerator',
           height:'auto',
           width:'auto',
           shadowColor:'#aaa',
           shadowOffset:{x:5,y:5},
           color:'#900',
           font:{fontSize:48},
           textAlign:'center'
       });
       

JSON Source