|
|
@@ -321,57 +321,57 @@ |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<!-- 炒锅位置 --> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginTop="2dp" |
|
|
|
android:background="@color/qmui_config_color_white" |
|
|
|
android:padding="5dp"> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<com.qmuiteam.qmui.widget.textview.QMUILinkTextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:text="锅口位置" |
|
|
|
android:textSize="16dp" /> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginLeft="@dimen/dp_10"> |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1"> |
|
|
|
|
|
|
|
<com.litao.slider.NiftySlider |
|
|
|
android:id="@+id/nifty_slider3" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:hapticFeedbackEnabled="true" |
|
|
|
android:stepSize="1" |
|
|
|
android:value="22" |
|
|
|
android:valueFrom="0" |
|
|
|
android:valueTo="60" |
|
|
|
app:enableDrawHalo="false" |
|
|
|
app:thumbColor="@color/we_read_thumb_color" |
|
|
|
app:thumbRadius="13dp" |
|
|
|
app:thumbText="22" |
|
|
|
app:thumbTextBold="true" |
|
|
|
app:thumbTextColor="@color/we_read_theme_color" |
|
|
|
app:thumbTextSize="12sp" |
|
|
|
app:thumbWithinTrackBounds="true" |
|
|
|
app:trackColor="@color/pro1" |
|
|
|
app:trackColorInactive="@color/pro2" |
|
|
|
app:trackHeight="26dp" /> |
|
|
|
</RelativeLayout> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
<!-- <LinearLayout--> |
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
<!-- android:layout_height="50dp"--> |
|
|
|
<!-- android:layout_marginTop="2dp"--> |
|
|
|
<!-- android:background="@color/qmui_config_color_white"--> |
|
|
|
<!-- android:padding="5dp">--> |
|
|
|
|
|
|
|
<!-- <RelativeLayout--> |
|
|
|
<!-- android:layout_width="wrap_content"--> |
|
|
|
<!-- android:layout_height="match_parent">--> |
|
|
|
<!-- <com.qmuiteam.qmui.widget.textview.QMUILinkTextView--> |
|
|
|
<!-- android:layout_width="wrap_content"--> |
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
<!-- android:layout_centerVertical="true"--> |
|
|
|
<!-- android:text="锅口位置"--> |
|
|
|
<!-- android:textSize="16dp" />--> |
|
|
|
<!-- </RelativeLayout>--> |
|
|
|
|
|
|
|
<!-- <LinearLayout--> |
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
<!-- android:layout_height="match_parent"--> |
|
|
|
<!-- android:layout_marginLeft="@dimen/dp_10">--> |
|
|
|
<!-- <RelativeLayout--> |
|
|
|
<!-- android:layout_width="wrap_content"--> |
|
|
|
<!-- android:layout_height="match_parent"--> |
|
|
|
<!-- android:layout_weight="1">--> |
|
|
|
|
|
|
|
<!-- <com.litao.slider.NiftySlider--> |
|
|
|
<!-- android:id="@+id/nifty_slider3"--> |
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
<!-- android:layout_centerVertical="true"--> |
|
|
|
<!-- android:hapticFeedbackEnabled="true"--> |
|
|
|
<!-- android:stepSize="1"--> |
|
|
|
<!-- android:value="22"--> |
|
|
|
<!-- android:valueFrom="0"--> |
|
|
|
<!-- android:valueTo="60"--> |
|
|
|
<!-- app:enableDrawHalo="false"--> |
|
|
|
<!-- app:thumbColor="@color/we_read_thumb_color"--> |
|
|
|
<!-- app:thumbRadius="13dp"--> |
|
|
|
<!-- app:thumbText="22"--> |
|
|
|
<!-- app:thumbTextBold="true"--> |
|
|
|
<!-- app:thumbTextColor="@color/we_read_theme_color"--> |
|
|
|
<!-- app:thumbTextSize="12sp"--> |
|
|
|
<!-- app:thumbWithinTrackBounds="true"--> |
|
|
|
<!-- app:trackColor="@color/pro1"--> |
|
|
|
<!-- app:trackColorInactive="@color/pro2"--> |
|
|
|
<!-- app:trackHeight="26dp" />--> |
|
|
|
<!-- </RelativeLayout>--> |
|
|
|
<!-- </LinearLayout>--> |
|
|
|
<!-- </LinearLayout>--> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|