Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e8f5b1ce authored by Sebastiano Barezzi's avatar Sebastiano Barezzi
Browse files

Recorder: Equally space bottom buttons on main screen

Change-Id: I9415a148c3fe0edb1c409074053ffb36d9a1205c
parent 829dca78
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -76,11 +76,11 @@
    <ImageView
        android:id="@+id/sound_pause_resume"
        style="@style/AppTheme.ImageButton"
        android:layout_marginEnd="16dp"
        android:contentDescription="@null"
        android:visibility="gone"
        app:layout_constraintBottom_toBottomOf="@id/sound_fab"
        app:layout_constraintEnd_toStartOf="@id/sound_fab"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="@id/sound_fab"
        app:tint="?attr/colorOnBackground"
        tools:src="@drawable/avd_pause_to_play"
@@ -89,10 +89,10 @@
    <ImageView
        android:id="@+id/sound_list_icon"
        style="@style/AppTheme.ImageButton"
        android:layout_marginStart="16dp"
        android:contentDescription="@string/sound_last_title"
        android:src="@drawable/ic_library_music"
        app:layout_constraintBottom_toBottomOf="@id/sound_fab"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toEndOf="@id/sound_settings"
        app:layout_constraintTop_toTopOf="@id/sound_fab"
        app:tint="?attr/colorOnBackground" />
@@ -100,11 +100,12 @@
    <ImageView
        android:id="@+id/sound_settings"
        style="@style/AppTheme.ImageButton"
        android:layout_marginStart="16dp"
        android:contentDescription="@string/sound_last_title"
        android:src="@drawable/ic_settings"
        app:layout_constraintBottom_toBottomOf="@id/sound_fab"
        app:layout_constraintEnd_toStartOf="@+id/sound_list_icon"
        app:layout_constraintStart_toEndOf="@id/sound_fab"
        app:layout_constraintTop_toTopOf="@id/sound_fab"
        app:tint="?attr/colorOnBackground" />

</androidx.constraintlayout.widget.ConstraintLayout>