Fixed Snackbar behind layout

Surrounded string with quotes
This commit is contained in:
Manoj Khanna
2015-04-22 18:30:35 +05:30
parent 43484c8236
commit aecebd2ac0
5 changed files with 29 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -12,4 +12,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
</RelativeLayout>