android-calculatorpp/android-app/res/layout/cpp_wizard_step_welcome.xml

9 lines
208 B
XML
Raw Normal View History

2013-06-16 14:43:19 -04:00
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:text="@string/c_first_start_text"
/>