|
48 | 48 | android:id="@+id/et_input"
|
49 | 49 | android:layout_width="match_parent"
|
50 | 50 | android:layout_height="match_parent"
|
51 |
| - android:layout_gravity="bottom" |
52 | 51 | android:inputType="text" />
|
53 | 52 |
|
54 | 53 |
|
55 | 54 | <EditText
|
56 | 55 | android:id="@+id/et_input1"
|
57 | 56 | android:layout_width="match_parent"
|
58 | 57 | android:layout_height="match_parent"
|
59 |
| - android:layout_gravity="bottom" |
60 | 58 | android:inputType="text" />
|
61 | 59 |
|
62 | 60 |
|
63 | 61 | <EditText
|
64 | 62 | android:id="@+id/et_input2"
|
65 | 63 | android:layout_width="match_parent"
|
66 | 64 | android:layout_height="match_parent"
|
67 |
| - android:layout_gravity="bottom" |
68 | 65 | android:inputType="text" />
|
69 | 66 |
|
70 | 67 |
|
|
80 | 77 | android:id="@+id/et_input4"
|
81 | 78 | android:layout_width="match_parent"
|
82 | 79 | android:layout_height="match_parent"
|
83 |
| - android:layout_gravity="bottom" |
84 | 80 | android:inputType="text" />
|
85 | 81 |
|
86 | 82 |
|
87 | 83 | <EditText
|
88 | 84 | android:id="@+id/et_input5"
|
89 | 85 | android:layout_width="match_parent"
|
90 | 86 | android:layout_height="match_parent"
|
91 |
| - android:layout_gravity="bottom" |
92 | 87 | android:inputType="text" />
|
93 | 88 |
|
94 | 89 |
|
95 | 90 | <EditText
|
96 | 91 | android:id="@+id/et_input6"
|
97 | 92 | android:layout_width="match_parent"
|
98 | 93 | android:layout_height="match_parent"
|
99 |
| - android:layout_gravity="bottom" |
100 | 94 | android:inputType="text" />
|
101 | 95 |
|
102 | 96 | <EditText
|
103 | 97 | android:id="@+id/et_input7"
|
104 | 98 | android:layout_width="match_parent"
|
105 | 99 | android:layout_height="match_parent"
|
106 |
| - android:layout_gravity="bottom" |
107 | 100 | android:inputType="text" />
|
108 | 101 |
|
109 | 102 | <EditText
|
110 | 103 | android:id="@+id/et_input8"
|
111 | 104 | android:layout_width="match_parent"
|
112 | 105 | android:layout_height="match_parent"
|
113 |
| - android:layout_gravity="bottom" |
114 | 106 | android:inputType="text" />
|
115 | 107 |
|
116 | 108 | <EditText
|
117 | 109 | android:id="@+id/et_input9"
|
118 | 110 | android:layout_width="match_parent"
|
119 | 111 | android:layout_height="match_parent"
|
120 |
| - android:layout_gravity="bottom" |
121 | 112 | android:inputType="text" />
|
122 | 113 |
|
123 | 114 | <EditText
|
124 | 115 | android:id="@+id/et_input10"
|
125 | 116 | android:layout_width="match_parent"
|
126 | 117 | android:layout_height="match_parent"
|
127 |
| - android:layout_gravity="bottom" |
| 118 | + android:inputType="text" /> |
| 119 | + |
| 120 | + <EditText |
| 121 | + android:id="@+id/et_input11" |
| 122 | + android:layout_width="match_parent" |
| 123 | + android:layout_height="match_parent" |
| 124 | + android:inputType="text" /> |
| 125 | + |
| 126 | + <EditText |
| 127 | + android:id="@+id/et_input12" |
| 128 | + android:layout_width="match_parent" |
| 129 | + android:layout_height="match_parent" |
| 130 | + android:inputType="text" /> |
| 131 | + |
| 132 | + <EditText |
| 133 | + android:id="@+id/et_input13" |
| 134 | + android:layout_width="match_parent" |
| 135 | + android:layout_height="match_parent" |
128 | 136 | android:inputType="text" />
|
129 | 137 |
|
130 | 138 | </LinearLayout>
|
|
0 commit comments