aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-10-04 13:25:05 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-10-04 13:25:05 +0900
commit6b26c8f1917165676ef615e4417d12b90e2ef533 (patch)
tree50de21c854cbd6acbe524c7473e2ccae3b7dc8e6 /app/src/main/res
parent6ba3e67a9f660f308de81a2d723303d901a9c9c1 (diff)
downloadSmileEssence-6b26c8f1917165676ef615e4417d12b90e2ef533.tar.gz
Crouton 内部を除く Activity 漏れを直した
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/layout_main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/layout_main.xml b/app/src/main/res/layout/layout_main.xml
index e1c4f5f8..fe7c11b2 100644
--- a/app/src/main/res/layout/layout_main.xml
+++ b/app/src/main/res/layout/layout_main.xml
@@ -26,6 +26,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".MainActivity"
+ android:id="@+id/main_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">