|
3 | 3 | xmlns:tools="http://schemas.android.com/tools"
|
4 | 4 | android:layout_width="match_parent"
|
5 | 5 | android:layout_height="match_parent"
|
| 6 | + android:animateLayoutChanges="true" |
6 | 7 | android:orientation="vertical">
|
7 | 8 |
|
8 | 9 | <LinearLayout
|
|
136 | 137 | android:textColor="@color/textColorNoBg" />
|
137 | 138 | </RadioGroup>
|
138 | 139 |
|
| 140 | + <LinearLayout |
| 141 | + android:id="@+id/container_placement_id" |
| 142 | + android:layout_width="match_parent" |
| 143 | + android:layout_height="wrap_content" |
| 144 | + android:layout_marginTop="@dimen/list_item_margin" |
| 145 | + android:orientation="vertical"> |
| 146 | + |
| 147 | + <TextView |
| 148 | + android:id="@+id/text_pid" |
| 149 | + android:layout_width="match_parent" |
| 150 | + android:layout_height="wrap_content" |
| 151 | + android:layout_marginStart="4dp" |
| 152 | + android:text="@string/placement_id" |
| 153 | + android:textColor="@color/titleTextColor" |
| 154 | + android:textSize="24sp" |
| 155 | + android:textStyle="bold" /> |
| 156 | + |
| 157 | + <androidx.appcompat.widget.AppCompatButton |
| 158 | + android:id="@+id/customButton" |
| 159 | + android:layout_width="match_parent" |
| 160 | + android:layout_height="@dimen/main_radio_button_height" |
| 161 | + android:layout_marginStart="4dp" |
| 162 | + android:layout_marginTop="8dp" |
| 163 | + android:layout_marginEnd="4dp" |
| 164 | + android:background="@drawable/custom_button_selector" |
| 165 | + android:button="@android:color/transparent" |
| 166 | + android:fontFamily="sans-serif" |
| 167 | + android:gravity="center" |
| 168 | + android:tag="0" |
| 169 | + android:text="@string/custom" |
| 170 | + android:textAllCaps="false" |
| 171 | + android:textColor="@color/textColorNoBg" |
| 172 | + android:textStyle="normal" /> |
| 173 | + |
| 174 | + </LinearLayout> |
| 175 | + |
139 | 176 | <LinearLayout
|
140 | 177 | android:id="@+id/container_creative_size"
|
141 | 178 | android:layout_width="match_parent"
|
|
215 | 252 |
|
216 | 253 | </LinearLayout>
|
217 | 254 |
|
218 |
| - <androidx.appcompat.widget.AppCompatButton |
219 |
| - android:id="@+id/customButton" |
220 |
| - android:layout_width="match_parent" |
221 |
| - android:layout_height="@dimen/main_radio_button_height" |
222 |
| - android:layout_marginStart="4dp" |
223 |
| - android:layout_marginTop="8dp" |
224 |
| - android:layout_marginEnd="4dp" |
225 |
| - android:background="@drawable/custom_button_selector" |
226 |
| - android:button="@android:color/transparent" |
227 |
| - android:fontFamily="sans-serif" |
228 |
| - android:gravity="center" |
229 |
| - android:tag="0" |
230 |
| - android:text="@string/custom" |
231 |
| - android:textAllCaps="false" |
232 |
| - android:textColor="@color/textColorNoBg" |
233 |
| - android:textStyle="normal" /> |
234 |
| - |
235 | 255 | <TextView
|
236 | 256 | android:id="@+id/text_integration"
|
237 | 257 | android:layout_width="match_parent"
|
|
0 commit comments