2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-11-05 19:23:07 +05:30
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-08-30 14:59:30 +05:30
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:layout_width="match_parent"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
2018-07-27 18:37:33 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
|
|
|
style="@style/SubTitleTextAppearance"
|
|
|
|
android:text="@string/support_development" />
|
|
|
|
|
2019-02-24 01:40:15 +05:30
|
|
|
<LinearLayout
|
2018-07-27 18:37:33 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:orientation="vertical">
|
|
|
|
|
2018-08-30 14:59:30 +05:30
|
|
|
|
|
|
|
<LinearLayout
|
2019-02-24 01:40:15 +05:30
|
|
|
android:id="@+id/appGithub"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:background="?attr/rectSelector"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:minHeight="@dimen/md_listitem_height"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
tools:ignore="PrivateResource">
|
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.IconImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:contentDescription="@string/social_buttons"
|
|
|
|
android:padding="16dp"
|
|
|
|
app:srcCompat="@drawable/ic_github_circle_white_24dp"
|
|
|
|
app:tint="@color/md_white_1000" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingEnd="12dp"
|
|
|
|
android:paddingBottom="8dp">
|
|
|
|
|
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Subtitle1"
|
|
|
|
android:layout_width="match_parent"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:fontFamily="@font/circular"
|
|
|
|
android:text="@string/git_hub" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2019-02-24 01:40:15 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Body2"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:alpha="0.85"
|
|
|
|
android:text="@string/git_hub_summary" />
|
2018-08-30 14:59:30 +05:30
|
|
|
</LinearLayout>
|
2019-02-24 01:40:15 +05:30
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/appTranslation"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/rectSelector"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:minHeight="@dimen/md_listitem_height"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
tools:ignore="PrivateResource">
|
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.IconImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:contentDescription="@string/social_buttons"
|
|
|
|
android:padding="16dp"
|
|
|
|
app:srcCompat="@drawable/ic_flag_white_24dp"
|
|
|
|
app:tint="@color/md_white_1000" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingEnd="12dp"
|
|
|
|
android:paddingBottom="8dp">
|
|
|
|
|
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Subtitle1"
|
|
|
|
android:layout_width="match_parent"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:text="@string/translate" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2019-02-24 01:40:15 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Body2"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:alpha="0.85"
|
|
|
|
android:text="@string/translate_community" />
|
2018-08-30 14:59:30 +05:30
|
|
|
</LinearLayout>
|
2019-02-24 01:40:15 +05:30
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/appRate"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/rectSelector"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:minHeight="@dimen/md_listitem_height"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
tools:ignore="PrivateResource">
|
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.IconImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:contentDescription="@string/social_buttons"
|
|
|
|
android:padding="16dp"
|
|
|
|
app:srcCompat="@drawable/ic_star_white_24dp"
|
|
|
|
app:tint="@color/md_white_1000" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingEnd="12dp"
|
|
|
|
android:paddingBottom="8dp">
|
|
|
|
|
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Subtitle1"
|
|
|
|
android:layout_width="match_parent"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:text="@string/rate_app" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2019-02-24 01:40:15 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Body2"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:alpha="0.85"
|
|
|
|
android:text="@string/rate_on_google_play_summary" />
|
2018-08-30 14:59:30 +05:30
|
|
|
</LinearLayout>
|
2019-02-24 01:40:15 +05:30
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/donateLink"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/rectSelector"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:minHeight="@dimen/md_listitem_height"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
tools:ignore="PrivateResource">
|
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.IconImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:contentDescription="@string/social_buttons"
|
|
|
|
android:padding="16dp"
|
|
|
|
app:srcCompat="@drawable/ic_card_giftcard_white_24dp"
|
|
|
|
app:tint="@color/md_white_1000" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingEnd="12dp"
|
|
|
|
android:paddingBottom="8dp">
|
|
|
|
|
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Subtitle1"
|
|
|
|
android:layout_width="match_parent"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:text="@string/donate" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2019-02-24 01:40:15 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Body2"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:alpha="0.85"
|
|
|
|
android:text="@string/donate_summary" />
|
2018-08-30 14:59:30 +05:30
|
|
|
</LinearLayout>
|
2019-02-24 01:40:15 +05:30
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/appShare"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/rectSelector"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:minHeight="@dimen/md_listitem_height"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
tools:ignore="PrivateResource">
|
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.IconImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:contentDescription="@string/social_buttons"
|
|
|
|
android:padding="16dp"
|
|
|
|
app:srcCompat="@drawable/ic_share_white_24dp"
|
|
|
|
app:tint="@color/md_white_1000" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-19 23:10:16 +05:30
|
|
|
android:gravity="center_vertical"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingEnd="12dp"
|
|
|
|
android:paddingBottom="8dp">
|
2018-11-05 19:23:07 +05:30
|
|
|
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2019-02-24 01:40:15 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Subtitle1"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:text="@string/action_share"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
|
|
|
|
2018-08-30 14:59:30 +05:30
|
|
|
</LinearLayout>
|
2019-02-24 01:40:15 +05:30
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/faqLink"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/rectSelector"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:minHeight="@dimen/md_listitem_height"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
tools:ignore="PrivateResource">
|
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.IconImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:contentDescription="@string/social_buttons"
|
|
|
|
android:padding="16dp"
|
|
|
|
app:srcCompat="@drawable/ic_help_white_24dp"
|
|
|
|
app:tint="@color/md_white_1000" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-19 23:10:16 +05:30
|
|
|
android:gravity="center_vertical"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingEnd="12dp"
|
|
|
|
android:paddingBottom="8dp">
|
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
|
|
|
style="@style/TextAppearance.MaterialComponents.Subtitle1"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:text="@string/faq"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
|
|
|
|
2018-08-30 14:59:30 +05:30
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
2019-02-24 01:40:15 +05:30
|
|
|
</LinearLayout>
|
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
</LinearLayout>
|