snow10-android/app/src/main/res/layout/activity_main.xml

18 lines
842 B
XML
Raw Normal View History

2017-04-01 20:27:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright (c) 2017 Kevin Froman MIT (expat) license-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin" tools:context="net.chaoswebs.snow10.MainActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="If you can read this, you probably don't have webview installed" />
</RelativeLayout>