|
|
@@ -121,6 +121,7 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="步骤:"/> |
|
|
|
<Button |
|
|
|
android:id="@+id/shangyi" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="26dp" |
|
|
|
android:background="@drawable/button" |
|
|
@@ -128,6 +129,7 @@ |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="14dp"/> |
|
|
|
<Button |
|
|
|
android:id="@+id/xiayi" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="26dp" |
|
|
@@ -139,6 +141,7 @@ |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/caozuomoshi" |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_width="wrap_content" |
|
|
@@ -186,43 +189,53 @@ |
|
|
|
/> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/gxchid" |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
<ScrollView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical"> |
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_marginTop="@dimen/dp_10" |
|
|
|
android:layout_marginBottom="40dp" |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/gxchid" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical"> |
|
|
|
</LinearLayout> |
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_marginTop="@dimen/dp_10" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<Button |
|
|
|
android:id="@+id/add_hrgx" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="26dp" |
|
|
|
android:background="@drawable/button1" |
|
|
|
android:text="添加" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="14dp"/> |
|
|
|
<Button |
|
|
|
android:id="@+id/update_gx" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<Button |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="26dp" |
|
|
|
android:background="@drawable/button1" |
|
|
|
android:text="添加" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="14dp"/> |
|
|
|
<Button |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="26dp" |
|
|
|
android:background="@drawable/button" |
|
|
|
android:text="修改" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="14dp"/> |
|
|
|
<Button |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="26dp" |
|
|
|
android:background="@drawable/button" |
|
|
|
android:text="删除" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="14dp"/> |
|
|
|
</LinearLayout> |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="26dp" |
|
|
|
android:background="@drawable/button" |
|
|
|
android:text="修改" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="14dp"/> |
|
|
|
<Button |
|
|
|
android:id="@+id/delete_gx" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_width="50dp" |
|
|
|
android:layout_height="26dp" |
|
|
|
android:background="@drawable/button" |
|
|
|
android:text="删除" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="14dp"/> |
|
|
|
</LinearLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
@@ -231,17 +244,18 @@ |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:id="@+id/shengchengcaipu" |
|
|
|
android:layout_width="180dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
android:background="@drawable/button1" |
|
|
|
android:text="生成菜谱" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="19dp"/> |
|
|
|
android:textSize="19dp" /> |
|
|
|
</RelativeLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|