aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-27 19:30:14 +0100
committerZeapo <mohamed@zenadi.com>2014-07-27 19:30:14 +0100
commit639d9642c27f19cc4d870d7e687e12197b4eb784 (patch)
tree0b6e6744917051dd34afe33e5818c2d43dd24223 /app/src/main/res
parenta0b8301a4976aaa2ed170542bbfcedca84cd57fc (diff)
Recovering password lists (gpg files)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_password_list.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/layout/fragment_password_list.xml b/app/src/main/res/layout/fragment_password_list.xml
index e3f04ece..a2091272 100644
--- a/app/src/main/res/layout/fragment_password_list.xml
+++ b/app/src/main/res/layout/fragment_password_list.xml
@@ -11,10 +11,5 @@
android:layout_height="match_parent"
android:dividerHeight="8dp"
android:divider="@android:color/transparent"/>
- <Button
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Add!"
- android:onClick="addItem"/>
</FrameLayout>