File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
common/common-ui/src/main/res/layout Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 263
263
android : layout_marginTop =" 16dp"
264
264
app : srcCompat =" @drawable/ic_union" />
265
265
266
+ <com .duckduckgo.common.ui.view.listitem.SectionHeaderListItem
267
+ android : layout_width =" match_parent"
268
+ android : layout_height =" wrap_content"
269
+ app : primaryText =" Onboarding Experiment Buttons" />
270
+
271
+ <com .duckduckgo.common.ui.view.button.DaxButtonPrimary
272
+ android : id =" @+id/buck_button_primary"
273
+ style =" @style/Widget.DuckDuckGo.BuckButton.TextButton.Primary"
274
+ android : text =" Primary buck"
275
+ android : layout_width =" wrap_content"
276
+ android : layout_height =" wrap_content" />
277
+
278
+ <Space
279
+ android : layout_width =" match_parent"
280
+ android : layout_height =" 16dp" />
281
+
282
+ <com .google.android.material.button.MaterialButton
283
+ android : id =" @+id/buck_button_secondary"
284
+ style =" @style/Widget.DuckDuckGo.BuckButton.Secondary"
285
+ android : text =" Secondary buck"
286
+ app : icon =" @drawable/ic_find_search_24"
287
+ app : iconGravity =" end"
288
+ android : layout_width =" wrap_content"
289
+ android : layout_height =" wrap_content" />
290
+
266
291
</LinearLayout >
267
292
268
293
</androidx .core.widget.NestedScrollView>
You can’t perform that action at this time.
0 commit comments