2016-02-12 00:19:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@drawable/material_showcase_button_bg"
|
2017-08-14 19:51:16 +02:00
|
|
|
android:text="@string/got_it"
|
2016-02-12 00:19:15 +01:00
|
|
|
android:textAllCaps="true"
|
|
|
|
|
android:textColor="@android:color/white"
|
2016-10-16 23:16:38 +02:00
|
|
|
android:textSize="13sp"
|
|
|
|
|
android:textStyle="bold">
|
|
|
|
|
</Button>
|