| Index: Application/src/main/res/layout/main.xml
|
| diff --git a/Application/src/main/res/layout/main.xml b/Application/src/main/res/layout/main.xml
|
| index 8a69c3cd668ff1d76fc73cb82da97a5fc8ff0b6e..b04bd9503a13c374d7f2019a24af7e9a69d840f1 100644
|
| --- a/Application/src/main/res/layout/main.xml
|
| +++ b/Application/src/main/res/layout/main.xml
|
| @@ -88,4 +88,11 @@
|
| android:textAllCaps="false"
|
| android:text="@string/launch_button_text"
|
| android:enabled="false" />
|
| +
|
| + <TextView
|
| + android:id="@+id/url_link"
|
| + android:layout_width="wrap_content"
|
| + android:layout_height="wrap_content"
|
| + android:layout_margin="6dp"
|
| + android:clickable="false" />
|
| </LinearLayout>
|
|
|