2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-03-25 18:13:43 +05:30
|
|
|
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-09-07 15:01:27 +05:30
|
|
|
style="@style/MaterialCardViewStroke"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
2019-03-25 18:13:43 +05:30
|
|
|
android:layout_height="wrap_content"
|
2020-05-25 00:02:32 +05:30
|
|
|
app:cardCornerRadius="@dimen/about_card_radius">
|
2019-02-24 01:40:15 +05:30
|
|
|
|
2019-10-03 00:24:39 +05:30
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2018-07-27 18:37:33 +05:30
|
|
|
android:layout_width="match_parent"
|
2019-03-25 18:13:43 +05:30
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2020-04-28 15:05:14 +05:30
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEAccentTextView
|
2019-10-03 00:24:39 +05:30
|
|
|
android:id="@+id/sb4"
|
2020-02-17 21:11:32 +05:30
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingStart="?attr/listPreferredItemPaddingStart"
|
|
|
|
android:paddingTop="?attr/listPreferredItemPaddingStart"
|
|
|
|
android:paddingEnd="?attr/listPreferredItemPaddingEnd"
|
|
|
|
android:paddingBottom="?attr/listPreferredItemPaddingEnd"
|
2019-08-01 19:43:00 +05:30
|
|
|
android:text="@string/others"
|
2019-10-03 00:24:39 +05:30
|
|
|
android:textAppearance="@style/TextViewOverline"
|
2020-04-28 15:05:14 +05:30
|
|
|
android:textColor="?colorAccent"
|
2019-10-03 00:24:39 +05:30
|
|
|
app:layout_constrainedWidth="true"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2018-07-27 18:37:33 +05:30
|
|
|
|
2019-11-05 00:29:44 +05:30
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.ListItemView
|
2019-02-24 01:40:15 +05:30
|
|
|
android:id="@+id/changelog"
|
2019-11-05 00:29:44 +05:30
|
|
|
android:layout_width="0dp"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:layout_height="wrap_content"
|
2019-10-03 00:24:39 +05:30
|
|
|
app:layout_constrainedWidth="true"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/sb4"
|
2020-07-20 02:30:30 +05:30
|
|
|
app:listItemIcon="@drawable/ic_file_edit"
|
2019-11-05 00:29:44 +05:30
|
|
|
app:listItemSummary="@string/changelog_summary"
|
|
|
|
app:listItemTitle="@string/changelog" />
|
2018-07-27 18:37:33 +05:30
|
|
|
|
2019-11-05 00:29:44 +05:30
|
|
|
<code.name.monkey.retromusic.views.ListItemView
|
2020-04-25 03:04:39 +05:30
|
|
|
android:id="@+id/openSource"
|
2019-11-05 00:29:44 +05:30
|
|
|
android:layout_width="0dp"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:layout_height="wrap_content"
|
2019-10-03 00:24:39 +05:30
|
|
|
app:layout_constrainedWidth="true"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/changelog"
|
2020-07-20 02:30:30 +05:30
|
|
|
app:listItemIcon="@drawable/ic_license"
|
2019-11-05 00:29:44 +05:30
|
|
|
app:listItemSummary="@string/pref_summary_open_source_licences"
|
|
|
|
app:listItemTitle="@string/pref_title_open_source_licences" />
|
2019-02-24 01:40:15 +05:30
|
|
|
|
2019-11-05 00:29:44 +05:30
|
|
|
<code.name.monkey.retromusic.views.ListItemView
|
2019-10-03 00:24:39 +05:30
|
|
|
android:id="@+id/version"
|
2019-11-05 00:29:44 +05:30
|
|
|
android:layout_width="0dp"
|
2019-02-24 01:40:15 +05:30
|
|
|
android:layout_height="wrap_content"
|
2019-10-03 00:24:39 +05:30
|
|
|
app:layout_constrainedWidth="true"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/openSource"
|
2020-07-20 02:30:30 +05:30
|
|
|
app:listItemIcon="@drawable/ic_info_outline"
|
2019-11-05 00:29:44 +05:30
|
|
|
app:listItemSummary="@string/pref_summary_open_source_licences"
|
|
|
|
app:listItemTitle="@string/version" />
|
2019-05-21 01:08:43 +05:30
|
|
|
|
2019-09-27 21:06:10 +05:30
|
|
|
<com.google.android.material.textview.MaterialTextView
|
2019-10-03 00:24:39 +05:30
|
|
|
android:layout_width="0dp"
|
2019-04-05 16:15:09 +05:30
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:text="@string/made_with_love"
|
2019-10-03 00:24:39 +05:30
|
|
|
android:textAppearance="@style/TextViewBody1"
|
|
|
|
app:layout_constrainedWidth="true"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/version" />
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2019-03-25 18:13:43 +05:30
|
|
|
</com.google.android.material.card.MaterialCardView>
|