Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <View xmlns:android="http://schemas.android.com/apk/res/android" | 2 <View xmlns:android="http://schemas.android.com/apk/res/android" |
3 android:layout_width="0dp" | 3 android:layout_width="0dp" |
4 android:layout_height="0dp" | 4 android:layout_height="0dp"/> |
5 android:orientation="vertical"/> | |
anton
2017/03/06 09:36:31
is "orientation" property required for View?
diegocarloslima
2017/03/09 20:15:04
Nope, will fix that
| |
LEFT | RIGHT |