|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | + xmlns:tools="http://schemas.android.com/tools" |
| 4 | + android:layout_width="match_parent" |
| 5 | + android:layout_height="match_parent" |
| 6 | + android:background="@drawable/dialog_ddd_background" |
| 7 | + android:gravity="center_horizontal" |
| 8 | + android:orientation="vertical"> |
| 9 | + |
| 10 | + <ImageView |
| 11 | + android:layout_width="wrap_content" |
| 12 | + android:layout_height="wrap_content" |
| 13 | + android:layout_marginTop="48dp" |
| 14 | + android:background="@drawable/ic_launcher_background"/> |
| 15 | + |
| 16 | + <TextView |
| 17 | + android:layout_width="wrap_content" |
| 18 | + android:layout_height="wrap_content" |
| 19 | + android:gravity="center" |
| 20 | + android:layout_marginTop="18dp" |
| 21 | + android:paddingEnd="60dp" |
| 22 | + android:paddingStart="60dp" |
| 23 | + android:text="@string/attendance_dialog_already" |
| 24 | + android:textColor="@android:color/white" |
| 25 | + android:textSize="25dp" |
| 26 | + tools:ignore="SpUsage"/> |
| 27 | + |
| 28 | + <Button |
| 29 | + android:id="@+id/btnOK" |
| 30 | + android:textSize="18dp" |
| 31 | + android:paddingTop="21dp" |
| 32 | + android:paddingBottom="21dp" |
| 33 | + android:layout_width="match_parent" |
| 34 | + android:layout_height="wrap_content" |
| 35 | + android:layout_gravity="bottom" |
| 36 | + android:layout_marginTop="49dp" |
| 37 | + android:background="@drawable/dialog_ddd_btn_background" |
| 38 | + android:text="@string/attendance_dialog_ok" |
| 39 | + android:textColor="@color/login_special_title" |
| 40 | + tools:ignore="SpUsage"/> |
| 41 | +</LinearLayout> |
0 commit comments