newcarb dialog wrap content

This commit is contained in:
AdrianLxM 2018-03-04 19:56:34 +01:00 committed by GitHub
parent e088b4df78
commit 5a4967e544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,17 +34,17 @@
<CheckBox
android:id="@+id/newcarbs_activity_tt"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginTop="5dp"
android:text="Start activity TT"/>
android:text="Start activity TT" />
<CheckBox
android:id="@+id/newcarbs_suspend_loop"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginBottom="5dp"
android:text="Suspend loop for 30 min"/>
android:text="Suspend loop for 30 min" />
<LinearLayout
android:layout_width="wrap_content"
@ -122,4 +122,4 @@
</LinearLayout>
</ScrollView>
</FrameLayout>
</FrameLayout>