Skip to content

Instantly share code, notes, and snippets.

@saturov
Created August 24, 2015 12:59
Show Gist options
  • Save saturov/3030fe55102097153e09 to your computer and use it in GitHub Desktop.
Save saturov/3030fe55102097153e09 to your computer and use it in GitHub Desktop.
<LinearLayout
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:orientation="vertical"
tools:context=".MyActivity">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/notify"
android:id="@+id/wearButton"
android:layout_gravity="center_horizontal" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment