do not hardcode package name
This commit is contained in:
parent
c1457ad7ac
commit
29ccd7dc5c
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user