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

@ -34,7 +34,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<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"
@ -42,15 +42,15 @@
<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>
<fragment
android:id="@+id/playback_controls_fragment"
class="com.kabouzeid.gramophone.ui.fragments.player.card.CardPlayerPlaybackControlsFragment"
class="com.dkanada.gramophone.ui.fragments.player.card.CardPlayerPlaybackControlsFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/album_cover_container" />
@ -69,7 +69,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<com.kabouzeid.gramophone.views.StatusBarView
<com.dkanada.gramophone.views.StatusBarView
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding" />
@ -85,7 +85,7 @@
</FrameLayout>
<com.kabouzeid.gramophone.views.StatusBarMarginFrameLayout
<com.dkanada.gramophone.views.StatusBarMarginFrameLayout
android:id="@+id/player_panel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -151,7 +151,7 @@
</androidx.cardview.widget.CardView>
</com.kabouzeid.gramophone.views.StatusBarMarginFrameLayout>
</com.dkanada.gramophone.views.StatusBarMarginFrameLayout>
</com.sothree.slidinguppanel.SlidingUpPanelLayout>