2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2018-08-30 14:59:30 +05:30
|
|
|
<androidx.cardview.widget.CardView
|
2018-07-27 18:37:33 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:cardCornerRadius="12dp"
|
|
|
|
app:cardElevation="8dp"
|
|
|
|
app:cardPreventCornerOverlap="false"
|
|
|
|
app:cardUseCompatPadding="true">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@drawable/gradient_3"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:tint="@color/md_white_1000"
|
|
|
|
app:srcCompat="@drawable/ic_format_color_fill" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
2018-08-10 22:40:43 +05:30
|
|
|
android:text="@string/base_color_theme"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:tint="@color/md_white_1000"
|
|
|
|
app:srcCompat="@drawable/ic_theme_palette_white_24dp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
2018-08-10 22:40:43 +05:30
|
|
|
android:text="@string/now_playing_themes"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:tint="@color/md_white_1000"
|
|
|
|
app:srcCompat="@drawable/ic_view_carousel_black_24dp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
2018-08-10 22:40:43 +05:30
|
|
|
android:text="@string/carousal_effect_on_now_playing_screen"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:tint="@color/md_white_1000"
|
|
|
|
app:srcCompat="@drawable/ic_rounded_corner" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
2018-08-10 22:40:43 +05:30
|
|
|
android:text="@string/window_corner_edges"
|
2018-07-27 18:37:33 +05:30
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:tint="@color/md_white_1000"
|
|
|
|
app:srcCompat="@drawable/ic_favorite_white_24dp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:text="@string/support_development"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="end"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:paddingTop="8dp">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/restore_button"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingBottom="16dp"
|
|
|
|
android:paddingEnd="24dp"
|
|
|
|
android:paddingStart="24dp"
|
|
|
|
android:paddingTop="16dp"
|
|
|
|
android:text="@string/restore"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
|
|
|
|
2018-08-30 14:59:30 +05:30
|
|
|
<androidx.cardview.widget.CardView
|
2018-07-27 18:37:33 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
app:cardBackgroundColor="#80ffffff"
|
|
|
|
app:cardCornerRadius="25dp"
|
|
|
|
app:cardUseCompatPadding="true">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/purchase_button"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:backgroundTint="#80ffffff"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingBottom="16dp"
|
|
|
|
android:paddingEnd="24dp"
|
|
|
|
android:paddingStart="24dp"
|
|
|
|
android:paddingTop="16dp"
|
|
|
|
android:text="@string/purchase"
|
|
|
|
android:textColor="@color/md_white_1000" />
|
2018-08-30 14:59:30 +05:30
|
|
|
</androidx.cardview.widget.CardView>
|
2018-07-27 18:37:33 +05:30
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
2018-08-30 14:59:30 +05:30
|
|
|
</androidx.cardview.widget.CardView>
|
2018-07-27 18:37:33 +05:30
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|