|
@@ -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>
|