mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
TextView: add stubs to fix RecyclerView demo apk
The views_widgets_samples_flower_finder.apk was broken, because of recent changes
This commit is contained in:
parent
a2eaaeb7d7
commit
1d8e140a3b
2 changed files with 18 additions and 0 deletions
|
@ -203,4 +203,8 @@ public class TextView extends View {
|
|||
public int getCurrentTextColor() {return 0;}
|
||||
|
||||
public void setSingleLine(boolean singleLine) {}
|
||||
|
||||
public int getCompoundPaddingLeft() {return 0;}
|
||||
|
||||
public int getCompoundPaddingRight() {return 0;}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue