RetroMusicPlayer/app/src/main/res/layout/abs_playlists.xml

141 lines
5.3 KiB
XML
Raw Normal View History

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"
android:paddingBottom="12dp">
2018-07-27 18:37:33 +05:30
2019-02-23 23:09:02 +05:30
<LinearLayout
2019-03-18 23:16:52 +05:30
android:layout_width="wrap_content"
2019-02-23 23:09:02 +05:30
android:layout_height="wrap_content"
2019-03-18 23:16:52 +05:30
android:background="@drawable/material_design_outline"
android:backgroundTint="?dividerColor"
android:gravity="center_vertical"
android:paddingStart="12dp"
android:paddingTop="6dp"
android:paddingEnd="12dp"
android:paddingBottom="6dp"
android:visibility="gone">
2019-02-23 23:09:02 +05:30
<code.name.monkey.retromusic.views.IconImageView
android:id="@+id/sectionIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2019-03-18 23:16:52 +05:30
android:layout_marginEnd="12dp"
2019-02-23 23:09:02 +05:30
app:srcCompat="@drawable/ic_person_white_24dp" />
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/sectionTitle"
style="@style/SubTitleTextAppearance"
2019-03-18 23:16:52 +05:30
android:padding="0dp"
2019-02-26 22:45:48 +05:30
android:text="@string/for_you" />
2019-02-23 23:09:02 +05:30
</LinearLayout>
2018-07-27 18:37:33 +05:30
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
2019-03-18 23:16:52 +05:30
android:orientation="horizontal"
android:paddingTop="12dp">
2018-07-27 18:37:33 +05:30
<LinearLayout
android:id="@+id/history"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
2019-02-19 16:08:51 +05:30
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 18:37:33 +05:30
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="16dp"
2019-06-03 22:48:19 +05:30
app:iconBackgroundColor="@color/md_blue_500"
2019-02-19 16:08:51 +05:30
app:srcCompat="@drawable/ic_access_time_white_24dp" />
2018-07-27 18:37:33 +05:30
2018-08-30 14:59:30 +05:30
<androidx.appcompat.widget.AppCompatTextView
2018-07-27 18:37:33 +05:30
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="8dp"
android:text="@string/history"
app:fontFamily="@font/circular" />
2018-07-27 18:37:33 +05:30
</LinearLayout>
<LinearLayout
2018-11-30 06:36:16 +05:30
android:id="@+id/lastAdded"
2018-07-27 18:37:33 +05:30
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
2019-02-19 16:08:51 +05:30
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 18:37:33 +05:30
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="16dp"
2019-06-03 22:48:19 +05:30
app:iconBackgroundColor="@color/md_red_500"
2019-02-19 16:08:51 +05:30
app:srcCompat="@drawable/ic_library_add_white_24dp" />
2018-07-27 18:37:33 +05:30
2018-08-30 14:59:30 +05:30
<androidx.appcompat.widget.AppCompatTextView
2018-07-27 18:37:33 +05:30
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="8dp"
2019-02-23 23:09:02 +05:30
android:text="@string/last_added" />
2018-07-27 18:37:33 +05:30
</LinearLayout>
<LinearLayout
2018-11-30 06:36:16 +05:30
android:id="@+id/topPlayed"
2018-07-27 18:37:33 +05:30
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
2019-02-19 16:08:51 +05:30
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 18:37:33 +05:30
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="16dp"
2019-06-03 22:48:19 +05:30
app:iconBackgroundColor="@color/md_deep_purple_500"
2019-02-19 16:08:51 +05:30
app:srcCompat="@drawable/ic_trending_up_white_24dp" />
2018-07-27 18:37:33 +05:30
2018-08-30 14:59:30 +05:30
<androidx.appcompat.widget.AppCompatTextView
2018-07-27 18:37:33 +05:30
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="8dp"
2019-02-23 23:09:02 +05:30
android:text="@string/my_top_tracks" />
2018-07-27 18:37:33 +05:30
</LinearLayout>
<LinearLayout
2018-11-30 06:36:16 +05:30
android:id="@+id/actionShuffle"
2018-07-27 18:37:33 +05:30
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
2019-02-19 16:08:51 +05:30
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 18:37:33 +05:30
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="16dp"
2019-06-03 22:48:19 +05:30
app:iconBackgroundColor="@color/md_green_500"
2019-02-19 16:08:51 +05:30
app:srcCompat="@drawable/ic_shuffle_white_24dp" />
2018-07-27 18:37:33 +05:30
2018-08-30 14:59:30 +05:30
<androidx.appcompat.widget.AppCompatTextView
2018-07-27 18:37:33 +05:30
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingTop="8dp"
2019-02-23 23:09:02 +05:30
android:text="@string/shuffle" />
2018-07-27 18:37:33 +05:30
</LinearLayout>
</LinearLayout>
2018-11-28 11:07:10 +05:30
</LinearLayout>