2018-08-30 14:59:30 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-09-10 01:14:46 +05:30
|
|
|
<ScrollView 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"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
2018-09-10 01:14:46 +05:30
|
|
|
<LinearLayout
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-09-10 01:14:46 +05:30
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingStart="8dp"
|
|
|
|
android:paddingEnd="8dp"
|
|
|
|
tools:ignore="MissingPrefix">
|
|
|
|
|
|
|
|
<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-23 15:34:43 +05:30
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/action_settings"
|
|
|
|
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_settings"
|
|
|
|
android:textAllCaps="false"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
app:icon="@drawable/ic_settings_white_24dp"
|
|
|
|
app:iconPadding="12dp"
|
|
|
|
app:iconTint="?iconColor"
|
|
|
|
app:rippleColor="?iconColor" />
|
|
|
|
|
2018-09-10 01:14:46 +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" />
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
|
|
<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_retromusic_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-09-10 01:14:46 +05:30
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|