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

424 lines
19 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.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
2018-07-27 13:07:33 +00:00
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<LinearLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
2018-12-08 03:34:15 +00:00
<LinearLayout
android:id="@+id/userInfoContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:gravity="center_vertical"
android:minHeight="72dp"
android:orientation="horizontal">
2018-12-08 03:34:15 +00:00
<code.name.monkey.retromusic.views.CircularImageView
android:id="@+id/userImage"
2019-02-17 18:03:12 +00:00
android:layout_width="42dp"
android:layout_height="42dp"
android:layout_marginStart="16dp"
2018-12-08 03:34:15 +00:00
android:layout_weight="0"
app:civ_border="false" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
2018-12-08 03:34:15 +00:00
android:layout_weight="1"
android:orientation="vertical"
android:paddingEnd="12dp"
android:paddingBottom="8dp">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:id="@+id/titleWelcome"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
2019-04-05 10:45:09 +00:00
app:fontFamily="@font/circular_std_medium"
2018-12-08 03:34:15 +00:00
android:fadingEdge="horizontal"
android:singleLine="true"
android:text="@string/general_settings_title"
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/lets_play_something"
android:textSize="@dimen/ate_default_textsize_body"
tools:text="Summary" />
</LinearLayout>
</LinearLayout>
2018-09-23 10:04:43 +00:00
<LinearLayout
2018-12-04 15:34:26 +00:00
android:id="@+id/generalSettings"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
2019-02-17 18:03:12 +00:00
android:gravity="center_vertical"
2018-07-27 13:07:33 +00:00
android:minHeight="72dp"
android:orientation="horizontal">
2019-02-17 18:03:12 +00:00
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 13:07:33 +00:00
android:id="@+id/general_settings_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:padding="10dp"
app:iconBackgroundColor="@color/md_blue_A400"
2018-07-27 13:07:33 +00:00
app:srcCompat="@drawable/ic_theme_palette_white_24dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:orientation="vertical">
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
2019-04-05 10:45:09 +00:00
app:fontFamily="@font/circular_std_medium"
2018-07-27 13:07:33 +00:00
android:text="@string/general_settings_title"
2018-09-23 10:04:43 +00:00
android:textSize="@dimen/ate_default_textsize_subheading" />
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/general_settings_summary"
android:textSize="@dimen/ate_default_textsize_body"
tools:text="Summary" />
</LinearLayout>
</LinearLayout>
2018-08-30 09:29:30 +00:00
<LinearLayout
2018-12-04 15:34:26 +00:00
android:id="@+id/nowPlayingSettings"
2018-08-30 09:29:30 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
2019-02-17 18:03:12 +00:00
android:gravity="center_vertical"
2018-08-30 09:29:30 +00:00
android:minHeight="72dp"
android:orientation="horizontal">
2019-02-17 18:03:12 +00:00
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-08-30 09:29:30 +00:00
android:id="@+id/now_playing_settings_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:padding="10dp"
app:iconBackgroundColor="@color/md_red_A400"
2018-08-30 09:29:30 +00:00
app:srcCompat="@drawable/ic_play_circle_filled_white_24dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:orientation="vertical">
2018-08-30 09:29:30 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
2019-04-05 10:45:09 +00:00
app:fontFamily="@font/circular_std_medium"
2018-08-30 09:29:30 +00:00
android:text="@string/now_playing"
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/now_playing_summary"
android:textSize="@dimen/ate_default_textsize_body" />
</LinearLayout>
</LinearLayout>
2018-07-27 13:07:33 +00:00
<LinearLayout
2018-12-04 15:34:26 +00:00
android:id="@+id/audioSettings"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
2019-02-17 18:03:12 +00:00
android:gravity="center_vertical"
2018-07-27 13:07:33 +00:00
android:minHeight="72dp"
android:orientation="horizontal">
2019-02-17 18:03:12 +00:00
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 13:07:33 +00:00
android:id="@+id/audio_settings_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:padding="10dp"
app:iconBackgroundColor="@color/md_deep_purple_A400"
2018-07-27 13:07:33 +00:00
app:srcCompat="@drawable/ic_volume_up_white_24dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:orientation="vertical">
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
android:text="@string/pref_header_audio"
2019-04-05 10:45:09 +00:00
app:fontFamily="@font/circular_std_medium"
2018-07-27 13:07:33 +00:00
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/audio_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
</LinearLayout>
</LinearLayout>
<LinearLayout
2018-12-04 15:34:26 +00:00
android:id="@+id/personalizeSettings"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
2019-02-17 18:03:12 +00:00
android:gravity="center_vertical"
2018-07-27 13:07:33 +00:00
android:minHeight="72dp"
android:orientation="horizontal">
2019-02-17 18:03:12 +00:00
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-08-30 09:29:30 +00:00
android:id="@+id/personalize_settings_icon"
2018-07-27 13:07:33 +00:00
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:padding="10dp"
app:iconBackgroundColor="@color/md_teal_A400"
2018-07-27 13:07:33 +00:00
app:srcCompat="@drawable/ic_hdr_strong_white_24dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:orientation="vertical">
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
2019-04-05 10:45:09 +00:00
app:fontFamily="@font/circular_std_medium"
2018-07-27 13:07:33 +00:00
android:text="@string/personalize"
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/personalize_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
</LinearLayout>
</LinearLayout>
<LinearLayout
2018-12-04 15:34:26 +00:00
android:id="@+id/imageSettings"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
2019-02-17 18:03:12 +00:00
android:gravity="center_vertical"
2018-07-27 13:07:33 +00:00
android:minHeight="72dp"
android:orientation="horizontal">
2019-02-17 18:03:12 +00:00
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 13:07:33 +00:00
android:id="@+id/image_settings_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:padding="10dp"
2019-04-05 10:45:09 +00:00
app:iconBackgroundColor="@color/md_deep_orange_A400"
2018-07-27 13:07:33 +00:00
app:srcCompat="@drawable/ic_image_white_24dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:orientation="vertical">
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
android:text="@string/pref_header_images"
2019-04-05 10:45:09 +00:00
app:fontFamily="@font/circular_std_medium"
2018-07-27 13:07:33 +00:00
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/image_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
</LinearLayout>
</LinearLayout>
<LinearLayout
2018-12-04 15:34:26 +00:00
android:id="@+id/notificationSettings"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?rectSelector"
2019-02-17 18:03:12 +00:00
android:gravity="center_vertical"
2018-07-27 13:07:33 +00:00
android:minHeight="72dp"
android:orientation="horizontal">
2019-02-17 18:03:12 +00:00
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 13:07:33 +00:00
android:id="@+id/notification_settings_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:padding="10dp"
app:iconBackgroundColor="@color/md_yellow_A400"
2018-07-27 13:07:33 +00:00
app:srcCompat="@drawable/ic_notifications_active_white_24dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:orientation="vertical">
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
2019-04-05 10:45:09 +00:00
app:fontFamily="@font/circular_std_medium"
2018-07-27 13:07:33 +00:00
android:text="@string/notification"
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/notification_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
</LinearLayout>
</LinearLayout>
<LinearLayout
2018-12-04 15:34:26 +00:00
android:id="@+id/otherSettings"
2018-07-27 13:07:33 +00:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:minHeight="72dp"
2018-07-27 13:07:33 +00:00
android:background="?rectSelector"
android:gravity="center_vertical"
android:orientation="horizontal">
2019-02-17 18:03:12 +00:00
<code.name.monkey.retromusic.views.ColorIconsImageView
2018-07-27 13:07:33 +00:00
android:id="@+id/other_settings_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
android:padding="10dp"
app:iconBackgroundColor="@color/md_indigo_A400"
2019-04-05 10:45:09 +00:00
app:srcCompat="@drawable/ic_testing_white_24dp" />
2018-07-27 13:07:33 +00:00
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
2018-09-23 10:04:43 +00:00
android:layout_gravity="center_vertical"
2019-02-17 18:03:12 +00:00
android:layout_marginStart="16dp"
2018-09-23 10:04:43 +00:00
android:gravity="center_vertical"
2019-02-17 18:03:12 +00:00
android:orientation="vertical">
2018-07-27 13:07:33 +00:00
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
2019-04-05 10:45:09 +00:00
app:fontFamily="@font/circular_std_medium"
2018-07-27 13:07:33 +00:00
android:singleLine="true"
android:text="@string/others"
android:textSize="@dimen/ate_default_textsize_subheading" />
2019-04-05 10:45:09 +00:00
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/other_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/aboutSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="72dp"
android:background="?rectSelector"
android:gravity="center_vertical"
android:orientation="horizontal">
<code.name.monkey.retromusic.views.ColorIconsImageView
android:id="@+id/about_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:padding="10dp"
app:iconBackgroundColor="@color/md_light_green_A400"
2019-04-20 04:35:22 +00:00
app:srcCompat="@drawable/ic_info_outline_white_24dp" />
2019-04-05 10:45:09 +00:00
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginStart="16dp"
android:gravity="center_vertical"
android:orientation="vertical">
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
app:fontFamily="@font/circular_std_medium"
android:singleLine="true"
android:text="@string/action_about"
android:textSize="@dimen/ate_default_textsize_subheading" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:maxLines="4"
android:text="@string/about_settings_summary"
android:textSize="@dimen/ate_default_textsize_body" />
2018-07-27 13:07:33 +00:00
</LinearLayout>
</LinearLayout>
</LinearLayout>
2018-08-30 09:29:30 +00:00
</androidx.core.widget.NestedScrollView>