Skip to content

Instantly share code, notes, and snippets.

@akira-sasaki
Created November 28, 2014 06:55
Show Gist options
  • Save akira-sasaki/cccb352527a66ef8bd8e to your computer and use it in GitHub Desktop.
Save akira-sasaki/cccb352527a66ef8bd8e to your computer and use it in GitHub Desktop.
activity_my.xml
<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"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context=".MyActivity">
<Button
android:text="Wear Notification"
android:id="@+id/Button01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment