diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index bd5fd19..252850f 100644 --- a/.idea/caches/build_file_checksums.ser +++ b/.idea/caches/build_file_checksums.ser Binary files differ diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e329a11..61e462d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,30 +19,42 @@ android:supportsRtl="true" android:theme="@style/AppTheme"> - - - コメントアウトか消すといい --> + + + + + + + + + + + + + + + + + + + + + + + + + + + android:screenOrientation="landscape" + > + - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/java/org/ntlab/radishforandroidstudio/cactusClient/tests/SampleActivity.java b/app/src/main/java/org/ntlab/radishforandroidstudio/cactusClient/tests/SampleActivity.java new file mode 100644 index 0000000..f316437 --- /dev/null +++ b/app/src/main/java/org/ntlab/radishforandroidstudio/cactusClient/tests/SampleActivity.java @@ -0,0 +1,15 @@ +package org.ntlab.radishforandroidstudio.cactusClient.tests; + +import android.support.v7.app.AppCompatActivity; +import android.os.Bundle; + +import org.ntlab.radishforandroidstudio.R; + +public class SampleActivity extends AppCompatActivity { + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_sample); + } +} diff --git a/app/src/main/res/layout/activity_sample.xml b/app/src/main/res/layout/activity_sample.xml new file mode 100644 index 0000000..5293c04 --- /dev/null +++ b/app/src/main/res/layout/activity_sample.xml @@ -0,0 +1,18 @@ + + + +