Don't use hardcoded package in namespace

This commit is contained in:
cketti 2014-04-07 18:50:30 +02:00
parent 4df53080d3
commit 19b808b93b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.fsck.k9"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
@ -12,4 +12,4 @@
app:pointer_size="48"
app:wheel_size="16" />
</FrameLayout>
</FrameLayout>