11 lines
337 B
XML
11 lines
337 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
|
textColor="#ffffff"
|
|
id="@+id/bt_next"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="16dp"
|
|
style="@style/2132017536"/>
|