mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Don't use hardcoded package in namespace
This commit is contained in:
parent
4df53080d3
commit
19b808b93b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user