浏览代码

异常处理按钮处理

lhm 3 年之前
父节点
当前提交
42d63e3787
共有 1 个文件被更改,包括 5 次插入7 次删除
  1. 5 7
      app/src/main/res/layout/fragment_send_info_confirm.xml

+ 5 - 7
app/src/main/res/layout/fragment_send_info_confirm.xml

@@ -109,14 +109,12 @@
         android:text="@string/take_number_hint"
         android:textSize="12dp" />
 
-    <Button
+    <ImageButton
         android:id="@+id/exception_btn"
-        android:layout_width="80dp"
+        android:layout_width="100dp"
         android:layout_height="40dp"
-        android:layout_x="-15dp"
-        android:layout_y="285dp"
-        android:background="@drawable/button_radius"
-        android:text="@string/exception_btn"
-        android:textSize="8dp" />
+        android:layout_x="-12dp"
+        android:layout_y="286dp"
+        android:background="@drawable/exception_handler" />
 
 </AbsoluteLayout>