aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-08-03 00:01:24 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-08-03 00:03:37 +0200
commitfeb8eefcc4d0825568d158199c490ff4998c9ad5 (patch)
treeb4bca060903a3130deb8a2f12b20108e2d0c6231 /app/src/main/res
parentd57246adb1e376e3ba37ba77f535bce78a75a8ee (diff)
fix potential NPEv1.2.0.27
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_pwdstore.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_pwdstore.xml b/app/src/main/res/layout/activity_pwdstore.xml
index 20878286..84c7af06 100644
--- a/app/src/main/res/layout/activity_pwdstore.xml
+++ b/app/src/main/res/layout/activity_pwdstore.xml
@@ -9,6 +9,6 @@
android:id="@+id/main_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical"></LinearLayout>
+ android:orientation="vertical"/>
</RelativeLayout>