Visually align song details.

* Also cleanup unused layout and color files
This commit is contained in:
tzugen 2021-11-09 17:26:38 +01:00
parent dc312d4592
commit 7e3cb19bac
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
12 changed files with 13 additions and 105 deletions

View File

@ -286,38 +286,6 @@
column="5"/> column="5"/>
</issue> </issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.btn_bg` appears to be unused"
errorLine1=" &lt;item android:drawable=&quot;@color/ics_opaque&quot; android:state_pressed=&quot;true&quot;/>"
errorLine2="^">
<location
file="src/main/res/drawable/btn_bg.xml"
line="14"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.ics_opaque` appears to be unused"
errorLine1=" &lt;color name=&quot;ics_opaque&quot;>#8033b5e5&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="7"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.color.md__transparent` appears to be unused"
errorLine1=" &lt;color name=&quot;md__transparent&quot;>#00000000&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/colors.xml"
line="8"
column="12"/>
</issue>
<issue <issue
id="UnusedResources" id="UnusedResources"
@ -341,16 +309,6 @@
column="1"/> column="1"/>
</issue> </issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.line_drawable` appears to be unused"
errorLine1="&lt;selector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
errorLine2="^">
<location
file="src/main/res/drawable/line_drawable.xml"
line="2"
column="1"/>
</issue>
<issue <issue
id="UnusedResources" id="UnusedResources"

View File

@ -102,7 +102,7 @@ object Util {
when (Settings.theme.lowercase()) { when (Settings.theme.lowercase()) {
Constants.PREFERENCES_KEY_THEME_DARK, Constants.PREFERENCES_KEY_THEME_DARK,
"fullscreen" -> { "fullscreen" -> {
context!!.setTheme(R.style.UltrasonicTheme) context!!.setTheme(R.style.UltrasonicTheme_Dark)
} }
Constants.PREFERENCES_KEY_THEME_BLACK -> { Constants.PREFERENCES_KEY_THEME_BLACK -> {
context!!.setTheme(R.style.UltrasonicTheme_Black) context!!.setTheme(R.style.UltrasonicTheme_Black)

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2010 The Android Open Source Project Licensed under the
Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_mediumAnimTime">
<item android:drawable="@color/ics_opaque" android:state_pressed="true"/>
<item android:drawable="@color/ics_opaque" android:state_enabled="true" android:state_focused="true"/>
</selector>

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@android:color/darker_gray" />
<padding
android:top="10dp"
android:left="10dp"
android:right="10dp"
android:bottom="10dp"/>
</shape>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:drawable="@drawable/line"/>
<item
android:drawable="@drawable/line"/>
</selector>

View File

@ -21,7 +21,8 @@
android:layout_height="64.0dip" android:layout_height="64.0dip"
android:focusable="true" android:focusable="true"
android:gravity="center" android:gravity="center"
android:layout_marginStart="6dp" /> android:layout_marginStart="6dp"
android:importantForAccessibility="no"/>
<LinearLayout <LinearLayout
android:layout_width="0.0dp" android:layout_width="0.0dp"
@ -62,7 +63,8 @@
android:layout_weight="0.0" android:layout_weight="0.0"
android:focusable="false" android:focusable="false"
android:scaleType="fitCenter" android:scaleType="fitCenter"
android:src="?attr/media_pause" /> android:src="?attr/media_pause"
android:contentDescription="@string/buttons.play"/>
</LinearLayout> </LinearLayout>

View File

@ -7,7 +7,7 @@
a:id="@+id/select_album_art" a:id="@+id/select_album_art"
a:layout_width="160dip" a:layout_width="160dip"
a:layout_height="160dip" a:layout_height="160dip"
a:layout_alignParentLeft="true" a:layout_alignParentStart="true"
a:layout_alignParentTop="true" a:layout_alignParentTop="true"
a:layout_marginEnd="10dip" a:layout_marginEnd="10dip"
a:contentDescription="@null" a:contentDescription="@null"

View File

@ -26,10 +26,10 @@
a:layout_height="wrap_content" a:layout_height="wrap_content"
a:layout_gravity="left|center_vertical" a:layout_gravity="left|center_vertical"
a:layout_weight="1" a:layout_weight="1"
a:drawablePadding="6dip" a:drawablePadding="4dip"
a:ellipsize="end" a:ellipsize="end"
a:paddingStart="4dip" a:paddingStart="6dip"
a:paddingEnd="2dip" a:paddingEnd="4dip"
a:singleLine="true" a:singleLine="true"
a:textAppearance="?android:attr/textAppearanceMedium"/> a:textAppearance="?android:attr/textAppearanceMedium"/>
@ -55,7 +55,8 @@
a:layout_gravity="left|center_vertical" a:layout_gravity="left|center_vertical"
a:layout_weight="1" a:layout_weight="1"
a:ellipsize="middle" a:ellipsize="middle"
a:paddingStart="4dip" a:paddingStart="1dip"
a:paddingEnd="4dip"
a:singleLine="true" a:singleLine="true"
a:textAppearance="?android:attr/textAppearanceSmall"/> a:textAppearance="?android:attr/textAppearanceSmall"/>

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:a="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
>
<item
a:id="@+id/main_shuffle"
a:icon="?attr/media_shuffle"
app:showAsAction="ifRoom|withText"
a:title="@string/main.shuffle"/>
</menu>

View File

@ -6,8 +6,6 @@
<color name="cyan">#0099cc</color> <color name="cyan">#0099cc</color>
<color name="navigation_header_light">#6200EE</color> <color name="navigation_header_light">#6200EE</color>
<color name="navigation_header_dark">#BB86FC</color> <color name="navigation_header_dark">#BB86FC</color>
<color name="ics_opaque">#8033b5e5</color>
<color name="md__transparent">#00000000</color>
<color name="translucent">#80000000</color> <color name="translucent">#80000000</color>
<color name="background_color_dark">#000000</color> <color name="background_color_dark">#000000</color>
<color name="background_color_grey">#333333</color> <color name="background_color_grey">#333333</color>

View File

@ -64,7 +64,7 @@
<item name="list_selector_holo_selected">@drawable/list_selector_holo_dark_selected</item> <item name="list_selector_holo_selected">@drawable/list_selector_holo_dark_selected</item>
</style> </style>
<style name="UltrasonicTheme" parent="Theme.MaterialComponents"> <style name="UltrasonicTheme.Dark" parent="Theme.MaterialComponents">
<item name="windowActionBar">false</item> <item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item> <item name="windowNoTitle">true</item>
<item name="color_background">@color/background_color_grey</item> <item name="color_background">@color/background_color_grey</item>

View File

@ -19,7 +19,7 @@
a:title="@string/settings.server_scaling_title" a:title="@string/settings.server_scaling_title"
app:iconSpaceReserved="false"/> app:iconSpaceReserved="false"/>
<CheckBoxPreference <CheckBoxPreference
a:defaultValue="true" a:defaultValue="false"
a:key="displayBitrateWithArtist" a:key="displayBitrateWithArtist"
a:summary="@string/settings.display_bitrate_summary" a:summary="@string/settings.display_bitrate_summary"
a:title="@string/settings.display_bitrate" a:title="@string/settings.display_bitrate"