diff options
Diffstat (limited to 'Android/02-Intents/MyBrowser/res/layout')
-rw-r--r-- | Android/02-Intents/MyBrowser/res/layout/my_browser_activity.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Android/02-Intents/MyBrowser/res/layout/my_browser_activity.xml b/Android/02-Intents/MyBrowser/res/layout/my_browser_activity.xml new file mode 100644 index 0000000..1986be1 --- /dev/null +++ b/Android/02-Intents/MyBrowser/res/layout/my_browser_activity.xml @@ -0,0 +1,14 @@ +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" > + + <TextView + android:id="@+id/url" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_centerHorizontal="true" + android:layout_centerVertical="true" + android:textSize="24sp" /> + +</RelativeLayout>
\ No newline at end of file |