投稿画面のレイアウト微調整

This commit is contained in:
tateisu 2018-09-06 18:32:18 +09:00
parent 634ec97027
commit 2a38f27b20
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -233,9 +233,9 @@
<CheckBox
android:id="@+id/cbEnquete"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginTop="32dp"
android:text="@string/make_enquete"
/>