|
|
@@ -34,7 +34,7 @@ |
|
|
|
android:digits="0123456789" |
|
|
|
android:maxLines="1" |
|
|
|
android:padding="3dp" |
|
|
|
android:textSize="12dp" /> |
|
|
|
android:textSize="18sp" /> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
@@ -50,7 +50,7 @@ |
|
|
|
android:layout_marginLeft="20dp" |
|
|
|
android:layout_alignParentLeft="true" |
|
|
|
android:text="回锅肉" |
|
|
|
android:textSize="12dp"/> |
|
|
|
android:textSize="18sp"/> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
@@ -67,7 +67,7 @@ |
|
|
|
android:digits="0123456789." |
|
|
|
android:maxLines="1" |
|
|
|
android:padding="3dp" |
|
|
|
android:textSize="12dp" /> |
|
|
|
android:textSize="18sp" /> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
@@ -78,12 +78,12 @@ |
|
|
|
android:id="@+id/button_delete" |
|
|
|
android:layout_width="60dp" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_height="20dp" |
|
|
|
android:layout_height="30dp" |
|
|
|
android:layout_marginLeft="20dp" |
|
|
|
android:background="@drawable/button" |
|
|
|
android:focusable="false" |
|
|
|
android:text="删除" |
|
|
|
android:textSize="12dp"/> |
|
|
|
android:textSize="18sp"/> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
</TableRow> |
|
|
|