Titanium JIRA Archive
Appcelerator Community (AC)

[AC-5566] Android TextField Padding Not Working

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionDuplicate
Resolution Date2018-02-04T20:01:00.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsandroid
Reportersonufana4u
AssigneeShak Hossain
Created2018-02-03T11:39:40.000+0000
Updated2018-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

Comments

  1. Sharif AbuDarda 2018-02-03

  2. sonufana4u 2018-02-05

    @Sharif - Its working for 6.3.0SDK .. I was using wrong syntax.My Bad..Thanks.

JSON Source