|
@@ -98,25 +98,25 @@
|
|
|
android:padding="@dimen/dp_15">
|
|
|
|
|
|
<RadioButton
|
|
|
- android:id="@+id/rb_worm"
|
|
|
+ android:id="@+id/rb_smooth"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="15dp"
|
|
|
- android:checked="true"
|
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
|
- android:text="WORM"
|
|
|
+ android:checked="true"
|
|
|
+ android:text="SMOOTH"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
-
|
|
|
<RadioButton
|
|
|
- android:id="@+id/rb_smooth"
|
|
|
+ android:id="@+id/rb_worm"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="15dp"
|
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
|
- android:text="SMOOTH"
|
|
|
+ android:text="WORM"
|
|
|
android:textSize="@dimen/sp_16" />
|
|
|
|
|
|
+
|
|
|
<RadioButton
|
|
|
android:id="@+id/rb_normal"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -131,10 +131,10 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="15dp"
|
|
|
- android:visibility="gone"
|
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
|
android:text="SCALE"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
+ android:textSize="@dimen/sp_16"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
</RadioGroup>
|
|
|
|