12 lines
No EOL
431 B
XML
12 lines
No EOL
431 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="right"
|
|
android:textColor="?attr/color_dialog_buttons"
|
|
android:textSize="@dimen/default_list_text_size"
|
|
android:padding="8dp"
|
|
tools:text="Test text"/> |