mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-30 06:32:36 +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:id="@+id/output_driver_spinner"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginBottom="8dp"
|
|
||||||
android:layout_marginLeft="24dp"/>
|
android:layout_marginLeft="24dp"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -68,7 +67,6 @@
|
|||||||
android:id="@+id/replaygain_spinner"
|
android:id="@+id/replaygain_spinner"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginBottom="8dp"
|
|
||||||
android:layout_marginLeft="24dp"/>
|
android:layout_marginLeft="24dp"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -82,7 +80,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="24dp"
|
android:layout_marginLeft="24dp"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="8dp"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<SeekBar
|
<SeekBar
|
||||||
@ -100,6 +98,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
|
android:textSize="11sp"
|
||||||
tools:text="0.0 dB"/>
|
tools:text="0.0 dB"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
@ -115,7 +114,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="24dp"
|
android:layout_marginLeft="24dp"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="8dp"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
<string name="remote_settings_replaygain_mode">replaygain mode</string>
|
<string name="remote_settings_replaygain_mode">replaygain mode</string>
|
||||||
<string name="remote_settings_preamp_gain">preamp gain</string>
|
<string name="remote_settings_preamp_gain">preamp gain</string>
|
||||||
<string name="remote_settings_preamp_gain_format">%.1f dB</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_reindex_button">rescan</string>
|
||||||
<string name="remote_settings_rebuild_button">rebuild</string>
|
<string name="remote_settings_rebuild_button">rebuild</string>
|
||||||
<string name="remote_settings_transport_type">playback transport</string>
|
<string name="remote_settings_transport_type">playback transport</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user