change application id for release

This commit is contained in:
dkanada 2020-05-09 04:43:09 +09:00
commit 9d08253655
159 changed files with 801 additions and 801 deletions

View file

@ -8,12 +8,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.kabouzeid.gramophone.views.StatusBarView
<com.dkanada.gramophone.views.StatusBarView
android:id="@+id/player_status_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding" />
<com.kabouzeid.gramophone.views.StatusBarView
<com.dkanada.gramophone.views.StatusBarView
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding"
android:background="@color/twenty_percent_black_overlay" />
@ -41,18 +41,18 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.kabouzeid.gramophone.views.WidthFitSquareLayout
<com.dkanada.gramophone.views.WidthFitSquareLayout
android:id="@+id/album_cover_container"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<fragment
android:id="@+id/player_album_cover_fragment"
class="com.kabouzeid.gramophone.ui.fragments.player.PlayerAlbumCoverFragment"
class="com.dkanada.gramophone.ui.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</com.kabouzeid.gramophone.views.WidthFitSquareLayout>
</com.dkanada.gramophone.views.WidthFitSquareLayout>
</FrameLayout>
@ -79,7 +79,7 @@
<fragment
android:id="@+id/playback_controls_fragment"
class="com.kabouzeid.gramophone.ui.fragments.player.flat.FlatPlayerPlaybackControlsFragment"
class="com.dkanada.gramophone.ui.fragments.player.flat.FlatPlayerPlaybackControlsFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content" />