12 lines
377 B
XML
12 lines
377 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
gravity="center"
|
||
|
id="@+id/title_description_text_view"
|
||
|
background="#ffffff"
|
||
|
paddingTop="25dp"
|
||
|
paddingBottom="20dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/select_an_account"
|
||
|
style="@style/2132017851"/>
|