Skip to content

Instantly share code, notes, and snippets.

@ShinjiKobayashi
Created March 31, 2016 16:08
Show Gist options
  • Save ShinjiKobayashi/591909f04fa9343a9114a0c1fa40b163 to your computer and use it in GitHub Desktop.
Save ShinjiKobayashi/591909f04fa9343a9114a0c1fa40b163 to your computer and use it in GitHub Desktop.
PlatformアプリでAPTするサンプルソース2
<?xml version="1.0" encoding="utf-8"?>
<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="uselibrary.sample.kobashin.com.uselibrary_sample.MainActivity">
<Button
android:text="@string/btn_text"
android:id="@+id/btn_sample"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment