My initial commit
Removed Google play dependencies
This commit is contained in:
parent
fd582fff69
commit
301ac10570
430 changed files with 2210 additions and 3137 deletions
|
@ -28,7 +28,7 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<code.name.monkey.retromusic.views.ListItemView
|
||||
<io.github.muntashirakon.music.views.ListItemView
|
||||
android:id="@+id/appGithub"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -41,7 +41,7 @@
|
|||
app:listItemSummary="@string/git_hub_summary"
|
||||
app:listItemTitle="@string/git_hub" />
|
||||
|
||||
<code.name.monkey.retromusic.views.ListItemView
|
||||
<io.github.muntashirakon.music.views.ListItemView
|
||||
android:id="@+id/appTranslation"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -55,7 +55,7 @@
|
|||
app:listItemTitle="@string/translate" />
|
||||
|
||||
|
||||
<code.name.monkey.retromusic.views.ListItemView
|
||||
<io.github.muntashirakon.music.views.ListItemView
|
||||
android:id="@+id/appRate"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -68,21 +68,7 @@
|
|||
app:listItemSummary="@string/rate_on_google_play_summary"
|
||||
app:listItemTitle="@string/rate_app" />
|
||||
|
||||
<code.name.monkey.retromusic.views.ListItemView
|
||||
android:id="@+id/donateLink"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constrainedWidth="true"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/appRate"
|
||||
app:listItemIcon="@drawable/ic_card_giftcard_white_24dp"
|
||||
app:listItemSummary="@string/donate_summary"
|
||||
app:listItemTitle="@string/donate" />
|
||||
|
||||
|
||||
<code.name.monkey.retromusic.views.ListItemView
|
||||
<io.github.muntashirakon.music.views.ListItemView
|
||||
android:id="@+id/bugReportLink"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -90,13 +76,13 @@
|
|||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/donateLink"
|
||||
app:layout_constraintTop_toBottomOf="@id/appRate"
|
||||
app:listItemIcon="@drawable/ic_bug_report_white_24dp"
|
||||
app:listItemSummary="@string/bug_report_summary"
|
||||
app:listItemTitle="@string/report_bug" />
|
||||
|
||||
|
||||
<code.name.monkey.retromusic.views.ListItemView
|
||||
<io.github.muntashirakon.music.views.ListItemView
|
||||
android:id="@+id/appShare"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -109,7 +95,7 @@
|
|||
app:listItemSummary="@string/share_summary"
|
||||
app:listItemTitle="@string/action_share" />
|
||||
|
||||
<code.name.monkey.retromusic.views.ListItemView
|
||||
<io.github.muntashirakon.music.views.ListItemView
|
||||
android:id="@+id/faqLink"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue