Renamed package to gramophone

This commit is contained in:
Karim Abou Zeid 2015-03-05 16:50:16 +01:00
commit c28a75c61a
95 changed files with 412 additions and 415 deletions

View file

@ -14,7 +14,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.kabouzeid.materialmusic.view.SquareImageView
<com.kabouzeid.gramophone.view.SquareImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -70,7 +70,7 @@
<fragment
android:id="@+id/navigation_drawer"
android:name="com.kabouzeid.materialmusic.ui.fragments.NavigationDrawerFragment"
android:name="com.kabouzeid.gramophone.ui.fragments.NavigationDrawerFragment"
android:layout_width="@dimen/navigation_drawer_width"
android:layout_height="match_parent"
android:layout_gravity="start"

View file

@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.kabouzeid.materialmusic.ui.activities.AlbumDetailActivity$PlaceholderFragment">
tools:context="com.kabouzeid.gramophone.ui.activities.AlbumDetailActivity$PlaceholderFragment">
<ImageView
android:id="@+id/album_art"

View file

@ -14,7 +14,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.kabouzeid.materialmusic.view.SquareImageView
<com.kabouzeid.gramophone.view.SquareImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -9,7 +9,7 @@
android:orientation="vertical"
android:padding="4dp">
<com.kabouzeid.materialmusic.view.SquareImageView
<com.kabouzeid.gramophone.view.SquareImageView
android:id="@+id/album_art"
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -7,7 +7,7 @@
android:paddingLeft="16dp"
android:paddingRight="16dp">
<com.kabouzeid.materialmusic.view.SquareImageView
<com.kabouzeid.gramophone.view.SquareImageView
android:id="@+id/artist_image"
android:layout_width="60dp"
android:layout_height="60dp"

View file

@ -7,7 +7,7 @@
android:orientation="horizontal"
android:paddingLeft="16dp">
<com.kabouzeid.materialmusic.view.SquareImageView
<com.kabouzeid.gramophone.view.SquareImageView
android:id="@+id/image"
android:layout_width="60dp"
android:layout_height="60dp"

View file

@ -7,7 +7,7 @@
android:orientation="horizontal"
android:paddingLeft="16dp">
<com.kabouzeid.materialmusic.view.SquareImageView
<com.kabouzeid.gramophone.view.SquareImageView
android:id="@+id/album_art"
android:layout_width="60dp"
android:layout_height="60dp"