286 lines
No EOL
12 KiB
XML
286 lines
No EOL
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:cardCornerRadius="8dp"
|
|
app:cardElevation="4dp"
|
|
app:cardPreventCornerOverlap="false"
|
|
app:cardUseCompatPadding="true">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEAccentTextView
|
|
style="@style/SubTitleTextAppearance"
|
|
android:text="@string/support_development" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/appGithub"
|
|
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_github_circle_white_24dp"
|
|
app:tint="@color/md_white_1000" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
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"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/circular"
|
|
android:text="@string/git_hub"
|
|
app:fontFamily="@font/circular_std_medium" />
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
style="@style/TextAppearance.MaterialComponents.Body2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:alpha="0.85"
|
|
android:text="@string/git_hub_summary" />
|
|
</LinearLayout>
|
|
</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" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
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"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/translate"
|
|
app:fontFamily="@font/circular_std_medium" />
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
style="@style/TextAppearance.MaterialComponents.Body2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:alpha="0.85"
|
|
android:text="@string/translate_community" />
|
|
</LinearLayout>
|
|
</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" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
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"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/rate_app"
|
|
app:fontFamily="@font/circular_std_medium" />
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
style="@style/TextAppearance.MaterialComponents.Body2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:alpha="0.85"
|
|
android:text="@string/rate_on_google_play_summary" />
|
|
</LinearLayout>
|
|
</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" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
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"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/donate"
|
|
app:fontFamily="@font/circular_std_medium" />
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
style="@style/TextAppearance.MaterialComponents.Body2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:alpha="0.85"
|
|
android:text="@string/donate_summary" />
|
|
</LinearLayout>
|
|
</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" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
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"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/action_share"
|
|
android:textColor="@color/md_white_1000"
|
|
app:fontFamily="@font/circular_std_medium" />
|
|
|
|
</LinearLayout>
|
|
</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" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
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"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/faq"
|
|
android:textColor="@color/md_white_1000"
|
|
app:fontFamily="@font/circular_std_medium" />
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
</com.google.android.material.card.MaterialCardView> |