do not hardcode package name

This commit is contained in:
Adrian Ulrich 2016-03-31 20:26:32 +02:00
parent c1457ad7ac
commit 29ccd7dc5c
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
--> -->
<merge xmlns:android="http://schemas.android.com/apk/res/android" <merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:vanilla="http://schemas.android.com/apk/res/ch.blinkenlights.android.vanilla" > xmlns:vanilla="http://schemas.android.com/apk/res-auto" >
<ch.blinkenlights.android.vanilla.CoverView <ch.blinkenlights.android.vanilla.CoverView
android:id="@+id/cover_view" android:id="@+id/cover_view"
android:layout_height="fill_parent" android:layout_height="fill_parent"

View File

@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.
--> -->
<merge xmlns:android="http://schemas.android.com/apk/res/android" <merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:vanilla="http://schemas.android.com/apk/res/ch.blinkenlights.android.vanilla" > xmlns:vanilla="http://schemas.android.com/apk/res-auto" >
<ch.blinkenlights.android.vanilla.CoverView <ch.blinkenlights.android.vanilla.CoverView
android:id="@+id/cover_view" android:id="@+id/cover_view"
android:layout_height="fill_parent" android:layout_height="fill_parent"

View File

@ -22,7 +22,7 @@ THE SOFTWARE.
--> -->
<merge xmlns:android="http://schemas.android.com/apk/res/android" <merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:vanilla="http://schemas.android.com/apk/res/ch.blinkenlights.android.vanilla" > xmlns:vanilla="http://schemas.android.com/apk/res-auto" >
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/content" android:id="@+id/content"