Skip to content

Instantly share code, notes, and snippets.

@teshi04
Created July 20, 2014 09:12
Show Gist options
  • Save teshi04/bf2131880937b5cb9d4f to your computer and use it in GitHub Desktop.
Save teshi04/bf2131880937b5cb9d4f to your computer and use it in GitHub Desktop.
neko
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="14dp"
android:text="ハ , , ハ" />
<android.support.wearable.view.CircledImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:circle_color="@color/green"
app:circle_radius="30dp"
app:circle_radius_pressed="40dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:text="・ω・" />
</android.support.wearable.view.CircledImageView>
<android.support.wearable.view.CircledImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:circle_color="@color/green"
app:circle_radius="30dp"
app:circle_radius_pressed="40dp" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment