get rid of some last bootstrapbutton references

This commit is contained in:
Vincent Breitmoser 2014-08-31 19:01:28 +02:00
parent 06eb7148a2
commit d483a8b73e
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.FixedDrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -9,4 +8,4 @@
<include layout="@layout/drawer_list" />
</android.support.v4.widget.FixedDrawerLayout>
</android.support.v4.widget.FixedDrawerLayout>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">