diff options
Diffstat (limited to 'org_apg/res/layout')
-rw-r--r-- | org_apg/res/layout/edit_key.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/org_apg/res/layout/edit_key.xml b/org_apg/res/layout/edit_key.xml index c93899bdf..de004f0b5 100644 --- a/org_apg/res/layout/edit_key.xml +++ b/org_apg/res/layout/edit_key.xml @@ -62,26 +62,4 @@ </ScrollView> -<!-- <LinearLayout --> -<!-- android:layout_width="fill_parent" --> -<!-- android:layout_height="wrap_content" --> -<!-- android:orientation="horizontal" --> -<!-- style="@android:style/ButtonBar"> --> - -<!-- <Button --> -<!-- android:id="@+id/btn_save" --> -<!-- android:layout_width="0dip" --> -<!-- android:layout_height="fill_parent" --> -<!-- android:layout_weight="1" --> -<!-- android:text="@string/btn_save"/> --> - -<!-- <Button --> -<!-- android:id="@+id/btn_discard" --> -<!-- android:layout_width="0dip" --> -<!-- android:layout_height="fill_parent" --> -<!-- android:layout_weight="1" --> -<!-- android:text="@string/btn_doNotSave"/> --> - -<!-- </LinearLayout> --> - </LinearLayout> |