mirror of https://github.com/tasks/tasks
Forgot a file
parent
0df9ae4c39
commit
43de77edb7
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/edit_dlg_ok"
|
||||
android:layout_width="150dip"
|
||||
android:layout_height="50dip"
|
||||
android:layout_marginTop="15dip"
|
||||
android:layout_marginBottom="10dip"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:text="@string/DLG_ok"/>
|
||||
Loading…
Reference in New Issue