Merge "Various doc cleanups"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c5d2192f14
@@ -1935,8 +1935,8 @@ public class LinearLayout extends ViewGroup {
|
||||
@ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
|
||||
@ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
|
||||
@ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
|
||||
@ViewDebug.IntToString(from = Gravity.START, to = "START"),
|
||||
@ViewDebug.IntToString(from = Gravity.END, to = "END"),
|
||||
@ViewDebug.IntToString(from = Gravity.START, to = "START"),
|
||||
@ViewDebug.IntToString(from = Gravity.END, to = "END"),
|
||||
@ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
|
||||
@ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
|
||||
@ViewDebug.IntToString(from = Gravity.CENTER_HORIZONTAL, to = "CENTER_HORIZONTAL"),
|
||||
|
||||
Reference in New Issue
Block a user