[AC-5566] Android TextField Padding Not Working
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2018-02-04T20:01:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android |
Reporter | sonufana4u |
Assignee | Shak Hossain |
Created | 2018-02-03T11:39:40.000+0000 |
Updated | 2018-02-05T06:33:35.000+0000 |
Description
Operating System
Name = Mac OS X
Version = 10.13.1
Architecture = 64bit
# CPUs = 4
Memory = 8589934592
Node.js
Node.js Version = 8.9.3
npm Version = 5.5.1
Titanium CLI
CLI Version = 5.0.14
Titanium SDK
SDK Version = 6.3.0.GA
I have tested on Ti.SDK 6.3.0 & 7.0.1 also..Android Textfield Padding is not working.Even Custom theme is also not working.Please check below code.
index.tss file
"#abc": {
top: "1%",
width: "100%",
height: Titanium.UI.SIZE,
padding : { left: '10%', right: '10%' },
color: "#666",
backgroundColor: "#FFF",
borderColor: "#EEE",
borderRadius: 5,
borderWidth: 1,
autocorrect: false,
autocapitalization: Ti.UI.TEXT_AUTOCAPITALIZATION_NONE,
},
index.xml
@Sharif - Its working for 6.3.0SDK .. I was using wrong syntax.My Bad..Thanks.