
Inline text is not translatable, it is important to heed the lint warnings about: Hardcoded string "Swap success!", should use @string resource
9 lines
358 B
XML
9 lines
358 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/text_description"
|
|
android:text="@string/swap_tap_to_select_apps"
|
|
style="@style/SwapTheme.StartSwap.MainText"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|