PlayerAndroid/app/src/main/res/layout/card_retro_info.xml

276 lines
12 KiB
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
2018-08-30 09:29:30 +00:00
<androidx.cardview.widget.CardView 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"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
2018-09-23 10:04:43 +00:00
app:cardCornerRadius="8dp"
2018-08-30 09:29:30 +00:00
app:cardPreventCornerOverlap="false"
app:cardUseCompatPadding="true">
2018-07-27 13:07:33 +00:00
<LinearLayout
2018-08-30 09:29:30 +00:00
android:id="@+id/app_support"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
2018-09-23 10:04:43 +00:00
android:orientation="vertical">
2018-08-30 09:29:30 +00:00
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
2018-08-30 09:29:30 +00:00
fontPath="@string/circular_std_black"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="12dp"
android:text="@string/support_development"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="@color/md_white_1000"
tools:ignore="MissingPrefix" />
<LinearLayout
android:id="@+id/app_github"
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">
2018-09-23 10:04:43 +00:00
<code.name.monkey.retromusic.views.IconImageView
2018-08-30 09:29:30 +00:00
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"
2018-09-23 10:04:43 +00:00
android:paddingStart="12dp"
2018-08-30 09:29:30 +00:00
android:paddingTop="8dp"
2018-09-23 10:04:43 +00:00
android:paddingEnd="12dp"
2018-08-30 09:29:30 +00:00
android:paddingBottom="8dp">
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/git_hub"
2018-09-23 10:04:43 +00:00
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
2018-08-30 09:29:30 +00:00
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
2018-09-23 10:04:43 +00:00
android:text="@string/git_hub_summary" />
2018-08-30 09:29:30 +00:00
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/app_translation"
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">
2018-09-23 10:04:43 +00:00
<code.name.monkey.retromusic.views.IconImageView
2018-08-30 09:29:30 +00:00
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"
2018-09-23 10:04:43 +00:00
android:paddingStart="12dp"
2018-08-30 09:29:30 +00:00
android:paddingTop="8dp"
2018-09-23 10:04:43 +00:00
android:paddingEnd="12dp"
2018-08-30 09:29:30 +00:00
android:paddingBottom="8dp">
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/translate"
2018-09-23 10:04:43 +00:00
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
2018-08-30 09:29:30 +00:00
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
2018-09-23 10:04:43 +00:00
android:text="@string/translate_community" />
2018-08-30 09:29:30 +00:00
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/app_rate"
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">
2018-09-23 10:04:43 +00:00
<code.name.monkey.retromusic.views.IconImageView
2018-08-30 09:29:30 +00:00
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"
2018-09-23 10:04:43 +00:00
android:paddingStart="12dp"
2018-08-30 09:29:30 +00:00
android:paddingTop="8dp"
2018-09-23 10:04:43 +00:00
android:paddingEnd="12dp"
2018-08-30 09:29:30 +00:00
android:paddingBottom="8dp">
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/rate_app"
2018-09-23 10:04:43 +00:00
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
2018-08-30 09:29:30 +00:00
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
2018-09-23 10:04:43 +00:00
android:text="@string/rate_on_google_play_summary" />
2018-08-30 09:29:30 +00:00
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/donate_link"
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">
2018-09-23 10:04:43 +00:00
<code.name.monkey.retromusic.views.IconImageView
2018-08-30 09:29:30 +00:00
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"
2018-09-23 10:04:43 +00:00
android:paddingStart="12dp"
2018-08-30 09:29:30 +00:00
android:paddingTop="8dp"
2018-09-23 10:04:43 +00:00
android:paddingEnd="12dp"
2018-08-30 09:29:30 +00:00
android:paddingBottom="8dp">
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/donate"
2018-09-23 10:04:43 +00:00
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
2018-08-30 09:29:30 +00:00
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0.85"
2018-09-23 10:04:43 +00:00
android:text="@string/donate_summary" />
2018-08-30 09:29:30 +00:00
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/app_share"
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">
2018-09-23 10:04:43 +00:00
<code.name.monkey.retromusic.views.IconImageView
2018-08-30 09:29:30 +00:00
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:orientation="vertical"
2018-09-23 10:04:43 +00:00
android:paddingStart="12dp"
2018-08-30 09:29:30 +00:00
android:paddingTop="8dp"
2018-09-23 10:04:43 +00:00
android:paddingEnd="12dp"
2018-08-30 09:29:30 +00:00
android:paddingBottom="8dp">
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/action_share"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/faq_link"
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">
2018-09-23 10:04:43 +00:00
<code.name.monkey.retromusic.views.IconImageView
2018-08-30 09:29:30 +00:00
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:orientation="vertical"
2018-09-23 10:04:43 +00:00
android:paddingStart="12dp"
2018-08-30 09:29:30 +00:00
android:paddingTop="8dp"
2018-09-23 10:04:43 +00:00
android:paddingEnd="12dp"
2018-08-30 09:29:30 +00:00
android:paddingBottom="8dp">
2018-09-23 10:04:43 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/faq"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
android:textColor="@color/md_white_1000" />
</LinearLayout>
</LinearLayout>
2018-07-27 13:07:33 +00:00
</LinearLayout>
2018-08-30 09:29:30 +00:00
</androidx.cardview.widget.CardView>