refactor some xml files
This commit is contained in:
parent
ad6aa91d74
commit
f589774a75
52 changed files with 54 additions and 56 deletions
|
|
@ -6,7 +6,6 @@
|
|||
android:layout_height="match_parent">
|
||||
|
||||
<!-- unused FrameLayout layout is necessary to prevent a crash on rotate -->
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
@ -137,4 +136,4 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
|
||||
</ScrollView>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@
|
|||
android:id="@+id/thanks_layout"
|
||||
layout="@layout/card_special_thanks" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
android:layout_margin="16dp"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/default_album_art"
|
||||
android:transitionName="@string/transition_album_art"
|
||||
android:transitionName="@string/transition_album_image"
|
||||
tools:ignore="ContentDescription,UnusedAttribute" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
|||
|
|
@ -84,4 +84,4 @@
|
|||
android:paddingBottom="8dp"
|
||||
android:text="@string/login" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@
|
|||
android:layout_gravity="start"
|
||||
app:menu="@menu/menu_drawer" />
|
||||
|
||||
</androidx.drawerlayout.widget.DrawerLayout>
|
||||
</androidx.drawerlayout.widget.DrawerLayout>
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@
|
|||
android:layout_gravity="center"
|
||||
style="?android:attr/progressBarStyleLarge" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -95,4 +95,4 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
|
|
@ -96,4 +96,4 @@
|
|||
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -114,4 +114,4 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
|
|
|||
|
|
@ -310,4 +310,4 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
|
|
|||
|
|
@ -86,4 +86,4 @@
|
|||
android:textAppearance="?android:textAppearanceMedium"
|
||||
android:textSize="16sp" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@
|
|||
app:srcCompat="@drawable/default_album_art"
|
||||
tools:ignore="ContentDescription,UnusedAttribute" />
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
android:layout_height="match_parent">
|
||||
|
||||
<!-- unused FrameLayout layout is necessary to prevent a crash on rotate -->
|
||||
|
||||
<com.sothree.slidinguppanel.SlidingUpPanelLayout
|
||||
android:id="@+id/player_sliding_layout"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
|
|
@ -124,4 +124,4 @@
|
|||
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -124,4 +124,4 @@
|
|||
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@
|
|||
android:textSize="@dimen/empty_text_size"
|
||||
android:visibility="gone" />
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -56,4 +56,4 @@
|
|||
app:mpb_progressStyle="horizontal"
|
||||
app:mpb_useIntrinsicPadding="false" />
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
app:srcCompat="@drawable/ic_favorite_white_24dp"
|
||||
tools:ignore="ContentDescription,UnusedAttribute" />
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -106,4 +106,4 @@
|
|||
android:layout_marginStart="72dp"
|
||||
android:background="?attr/dividerColor" />
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -77,4 +77,4 @@
|
|||
android:layout_marginStart="72dp"
|
||||
android:background="?attr/dividerColor" />
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -87,4 +87,4 @@
|
|||
android:layout_marginStart="72dp"
|
||||
android:background="?attr/dividerColor" />
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
android:id="@+id/image"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/default_album_art"
|
||||
android:transitionName="@string/transition_album_art"
|
||||
android:transitionName="@string/transition_album_image"
|
||||
app:layout_aspectRatio="178%"
|
||||
app:layout_widthPercent="100%"
|
||||
tools:ignore="ContentDescription,UnusedAttribute" />
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@
|
|||
app:dotGap="8dp"
|
||||
app:pageIndicatorColor="?android:textColorHint" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
android:layout_weight="1"
|
||||
tools:src="@drawable/np_card" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -33,4 +33,4 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
</com.sothree.slidinguppanel.SlidingUpPanelLayout>
|
||||
</com.sothree.slidinguppanel.SlidingUpPanelLayout>
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
android:layout_height="@dimen/status_bar_padding"
|
||||
android:background="@android:color/transparent"
|
||||
android:elevation="@dimen/toolbar_elevation"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
tools:ignore="UnusedAttribute" />
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
||||
android:textColor="?android:textColorSecondary" />
|
||||
android:textColor="?android:textColorSecondary" />
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@
|
|||
android:id="@+id/action_details"
|
||||
android:title="@string/action_details"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@
|
|||
android:id="@+id/action_details"
|
||||
android:title="@string/action_details"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@
|
|||
android:id="@+id/action_delete_playlist"
|
||||
android:title="@string/action_delete" />
|
||||
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -33,4 +33,4 @@
|
|||
android:id="@+id/action_details"
|
||||
android:title="@string/action_details"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@
|
|||
android:id="@+id/action_details"
|
||||
android:title="@string/action_details"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -69,4 +69,4 @@
|
|||
android:checkable="true"
|
||||
android:title="@string/colored_footers" />
|
||||
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
android:title="@string/action_search"
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||||
app:showAsAction="ifRoom|collapseActionView" />
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<integer name="detail_header_tile_maxLines">1</integer>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@
|
|||
<integer name="max_columns_land">8</integer>
|
||||
|
||||
<integer name="detail_header_tile_maxLines">3</integer>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="status_bar_padding">25dp</dimen>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="status_bar_padding">24dp</dimen>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="transition_album_art" translatable="false">album_art_transition</string>
|
||||
<string name="transition_album_image" translatable="false">album_image_transition</string>
|
||||
<string name="transition_artist_image" translatable="false">artist_image_transition</string>
|
||||
<string name="transition_fab" translatable="false">fab_transition</string>
|
||||
<string name="transition_mini_player" translatable="false">mini_player_transition</string>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
|
||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@
|
|||
|
||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
|
|
|||
|
|
@ -53,4 +53,4 @@
|
|||
|
||||
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue