2018-08-30 14:59:30 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-11-05 19:23:07 +05:30
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-08-30 14:59:30 +05:30
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-09-10 01:14:46 +05:30
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingStart="8dp"
|
|
|
|
android:paddingEnd="8dp"
|
|
|
|
tools:ignore="MissingPrefix">
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2018-09-10 01:14:46 +05:30
|
|
|
<LinearLayout
|
2018-11-05 19:23:07 +05:30
|
|
|
android:id="@+id/user_info_container"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:orientation="horizontal"
|
2018-09-10 01:14:46 +05:30
|
|
|
android:paddingStart="8dp"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:paddingTop="16dp"
|
2018-09-10 01:14:46 +05:30
|
|
|
android:paddingEnd="8dp"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:paddingBottom="16dp">
|
2018-09-10 01:14:46 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
<code.name.monkey.retromusic.views.CircularImageView
|
|
|
|
android:id="@+id/user_image_bottom"
|
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="48dp"
|
|
|
|
android:layout_weight="0"
|
|
|
|
app:civ_border="false" />
|
|
|
|
|
|
|
|
<LinearLayout
|
2018-09-10 01:14:46 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:layout_weight="1"
|
2018-11-28 11:07:10 +05:30
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:paddingEnd="12dp"
|
|
|
|
android:orientation="vertical">
|
2018-11-05 19:23:07 +05:30
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATEPrimaryTextView
|
|
|
|
android:id="@+id/title_welcome"
|
|
|
|
style="@style/SubTitleTextAppearance"
|
2018-11-28 11:07:10 +05:30
|
|
|
android:padding="0dp" />
|
2018-11-05 19:23:07 +05:30
|
|
|
|
|
|
|
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView
|
|
|
|
android:id="@+id/text"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:alpha="0.75"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:text="@string/lets_play_something" />
|
2018-09-10 01:14:46 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.IconImageView
|
2018-09-23 15:34:43 +05:30
|
|
|
android:id="@+id/action_settings"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:layout_width="wrap_content"
|
2018-09-23 15:34:43 +05:30
|
|
|
android:layout_height="wrap_content"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:background="?roundSelector"
|
2018-09-23 15:34:43 +05:30
|
|
|
android:gravity="center_vertical"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:padding="12dp"
|
2018-09-23 15:34:43 +05:30
|
|
|
android:textAllCaps="false"
|
2018-11-05 19:23:07 +05:30
|
|
|
app:srcCompat="@drawable/ic_settings_white_24dp" />
|
|
|
|
</LinearLayout>
|
2018-09-23 15:34:43 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/action_folders"
|
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:text="@string/folders"
|
|
|
|
android:textAllCaps="false"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
app:icon="@drawable/ic_folder_white_24dp"
|
|
|
|
app:iconPadding="12dp"
|
|
|
|
app:iconTint="?iconColor"
|
|
|
|
app:rippleColor="?iconColor" />
|
2018-09-10 01:14:46 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/action_sleep_timer"
|
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:text="@string/action_sleep_timer"
|
|
|
|
android:textAllCaps="false"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
app:icon="@drawable/ic_timer_white_24dp"
|
|
|
|
app:iconPadding="12dp"
|
|
|
|
app:iconTint="?iconColor"
|
|
|
|
app:rippleColor="?iconColor" />
|
2018-09-10 01:14:46 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/action_about"
|
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:text="@string/action_about"
|
|
|
|
android:textAllCaps="false"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
app:icon="@drawable/ic_help_white_24dp"
|
|
|
|
app:iconPadding="12dp"
|
|
|
|
app:iconTint="?iconColor"
|
|
|
|
app:rippleColor="?iconColor" />
|
2018-09-10 01:14:46 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/action_rate"
|
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:text="@string/rate_app"
|
|
|
|
android:textAllCaps="false"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
app:icon="@drawable/ic_star_white_24dp"
|
|
|
|
app:iconPadding="12dp"
|
|
|
|
app:iconTint="?iconColor"
|
|
|
|
app:rippleColor="?iconColor" />
|
2018-09-10 01:14:46 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/action_buy_pro"
|
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:text="@string/buy_retro_music_pro"
|
|
|
|
android:textAllCaps="false"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
app:icon="@drawable/ic_card_giftcard_white_24dp"
|
|
|
|
app:iconPadding="12dp"
|
|
|
|
app:iconTint="?iconColor"
|
|
|
|
app:rippleColor="?iconColor" />
|
2018-08-30 14:59:30 +05:30
|
|
|
|
2018-11-05 19:23:07 +05:30
|
|
|
</LinearLayout>
|