mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-29 03:32:42 +00:00
Margin normalization on the remote management Activity.
This commit is contained in:
parent
1496148a38
commit
1b927ed96d
@ -28,7 +28,6 @@
|
||||
android:id="@+id/output_driver_spinner"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginLeft="24dp"/>
|
||||
|
||||
<TextView
|
||||
@ -68,7 +67,6 @@
|
||||
android:id="@+id/replaygain_spinner"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginLeft="24dp"/>
|
||||
|
||||
<TextView
|
||||
@ -82,7 +80,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="24dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<SeekBar
|
||||
@ -100,6 +98,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:textSize="11sp"
|
||||
tools:text="0.0 dB"/>
|
||||
|
||||
</LinearLayout>
|
||||
@ -115,7 +114,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="24dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
|
@ -125,7 +125,7 @@
|
||||
<string name="remote_settings_replaygain_mode">replaygain mode</string>
|
||||
<string name="remote_settings_preamp_gain">preamp gain</string>
|
||||
<string name="remote_settings_preamp_gain_format">%.1f dB</string>
|
||||
<string name="remote_settings_metadata_actions">metadata library</string>
|
||||
<string name="remote_settings_metadata_actions">music library</string>
|
||||
<string name="remote_settings_reindex_button">rescan</string>
|
||||
<string name="remote_settings_rebuild_button">rebuild</string>
|
||||
<string name="remote_settings_transport_type">playback transport</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user