mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-05-08 03:28:07 +03:00
Add some stubs needed by android material library
This commit is contained in:
parent
ca975a0e7c
commit
960930a348
42 changed files with 428 additions and 19 deletions
12
src/api-impl/android/text/Layout.java
Normal file
12
src/api-impl/android/text/Layout.java
Normal file
|
@ -0,0 +1,12 @@
|
|||
package android.text;
|
||||
|
||||
public class Layout {
|
||||
|
||||
public enum Alignment {
|
||||
ALIGN_NORMAL,
|
||||
ALIGN_OPPOSITE,
|
||||
ALIGN_CENTER,
|
||||
ALIGN_LEFT,
|
||||
ALIGN_RIGHT,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue