2018-07-27 13:07:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-07-27 13:58:24 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/root"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
style="@style/Toolbar"
|
|
|
|
app:contentInsetLeft="0dp"
|
|
|
|
app:contentInsetStart="0dp"
|
|
|
|
app:contentInsetStartWithNavigation="0dp"
|
|
|
|
app:navigationIcon="@drawable/ic_keyboard_backspace_black_24dp"
|
|
|
|
app:titleMargin="0dp"
|
|
|
|
app:titleMarginStart="0dp">
|
2018-07-27 13:07:33 +00:00
|
|
|
|
|
|
|
<LinearLayout
|
2018-07-27 13:58:24 +00:00
|
|
|
android:id="@+id/actions_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<RadioGroup
|
|
|
|
android:id="@+id/actions"
|
2018-07-27 13:07:33 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-07-27 13:58:24 +00:00
|
|
|
android:layout_weight="1"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<android.support.v7.widget.AppCompatRadioButton
|
|
|
|
android:id="@+id/synced_lyrics"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_margin="4dp"
|
|
|
|
android:padding="8dp"
|
|
|
|
android:background="@drawable/toggle_outline_buttons"
|
|
|
|
android:button="@android:color/transparent"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/synced_lyrics"
|
|
|
|
android:textAppearance="@style/Base.TextAppearance.AppCompat.Caption"
|
|
|
|
android:textColor="?android:attr/textColorPrimary"/>
|
|
|
|
|
|
|
|
<android.support.v7.widget.AppCompatRadioButton
|
|
|
|
android:id="@+id/normal_lyrics"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_margin="4dp"
|
|
|
|
android:padding="8dp"
|
|
|
|
android:background="@drawable/toggle_outline_buttons"
|
|
|
|
android:button="@android:color/transparent"
|
|
|
|
android:checked="true"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/normal_lyrics"
|
|
|
|
android:textAppearance="@style/Base.TextAppearance.AppCompat.Caption"/>
|
|
|
|
|
|
|
|
</RadioGroup>
|
|
|
|
|
|
|
|
<code.name.monkey.retromusic.views.IconImageView
|
|
|
|
android:id="@+id/edit_lyrics"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="0"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:background="?roundSelector"
|
|
|
|
app:srcCompat="@drawable/ic_edit_white_24dp"/>
|
2018-07-27 13:07:33 +00:00
|
|
|
</LinearLayout>
|
2018-07-27 13:58:24 +00:00
|
|
|
</android.support.v7.widget.Toolbar>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical">
|
2018-07-27 13:07:33 +00:00
|
|
|
|
|
|
|
<android.support.v7.widget.CardView
|
2018-07-27 13:58:24 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
app:cardElevation="8dp"
|
|
|
|
app:cardUseCompatPadding="true">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/image"
|
|
|
|
android:layout_width="48dp"
|
|
|
|
android:layout_height="48dp"
|
|
|
|
android:scaleType="centerCrop"/>
|
|
|
|
</android.support.v7.widget.CardView>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingStart="12dp"
|
|
|
|
android:paddingEnd="0dp"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/title"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:maxLines="2"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Subhead"/>
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/text"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:maxLines="2"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Body1"/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<android.support.v7.widget.CardView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:cardCornerRadius="8dp"
|
|
|
|
app:cardElevation="8dp"
|
|
|
|
app:cardUseCompatPadding="true">
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/gradient_background"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@drawable/gradient_5">
|
|
|
|
|
|
|
|
<ScrollView
|
2018-07-27 13:07:33 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2018-07-27 13:58:24 +00:00
|
|
|
android:padding="16dp">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/offline_lyrics"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="start"
|
|
|
|
android:lineSpacingExtra="3dp"
|
|
|
|
android:text="@string/no_lyrics_found"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
android:textColor="@color/md_white_1000"
|
|
|
|
android:visibility="gone"/>
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
</android.support.v7.widget.CardView>
|
2018-07-27 13:07:33 +00:00
|
|
|
</LinearLayout>
|