You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07: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:
@@ -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;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user