github.com/acrespo/mobile@v0.0.0-20190107162257-dc0771356504/example/bind/android/app/src/main/res/layout/activity_main.xml (about)

     1  <!-- Copyright 2015 The Go Authors. All rights reserved.
     2       Use of this source code is governed by a BSD-style
     3       license that can be found in the LICENSE file. -->
     4  
     5  <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     6      xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
     7      android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
     8      android:paddingRight="@dimen/activity_horizontal_margin"
     9      android:paddingTop="@dimen/activity_vertical_margin"
    10      android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">
    11  
    12      <TextView
    13          android:layout_width="wrap_content"
    14          android:layout_height="wrap_content"
    15          android:id="@+id/mytextview" />
    16  
    17  </RelativeLayout>