File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/src/main/java/com/android/view Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -974,7 +974,7 @@ public void setLeftTextBackground(int leftTextBackground) {
974
974
}
975
975
976
976
public String getLeftText () {
977
- return leftText ;
977
+ return leftTextView . getText (). toString () ;
978
978
}
979
979
980
980
public void setLeftText (String leftText ) {
@@ -1118,7 +1118,7 @@ public void setCenterTextBackground(int centerTextBackground) {
1118
1118
}
1119
1119
1120
1120
public String getCenterText () {
1121
- return centerText ;
1121
+ return centerTextView . getText (). toString () ;
1122
1122
}
1123
1123
1124
1124
public void setCenterText (String centerText ) {
@@ -1262,7 +1262,7 @@ public void setRightTextBackground(int rightTextBackground) {
1262
1262
}
1263
1263
1264
1264
public String getRightText () {
1265
- return rightText ;
1265
+ return rightTextView . getText (). toString () ;
1266
1266
}
1267
1267
1268
1268
public void setRightText (String rightText ) {
@@ -1509,7 +1509,7 @@ public void setEditWeight(float editWeight) {
1509
1509
}
1510
1510
1511
1511
public String getEditText () {
1512
- return editText ;
1512
+ return editView . getText (). toString () ;
1513
1513
}
1514
1514
1515
1515
public void setEditText (String editText ) {
You can’t perform that action at this time.
0 commit comments