mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Merge pull request #2568 from Bnyro/master
Unify the button style of the create playlist dialog
This commit is contained in:
commit
5d95a60e86
@ -42,23 +42,22 @@
|
|||||||
android:inputType="text" />
|
android:inputType="text" />
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
||||||
<LinearLayout
|
<com.google.android.material.button.MaterialButton
|
||||||
android:layout_width="match_parent"
|
android:id="@+id/create_new_playlist"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="end"
|
android:layout_gravity="end"
|
||||||
android:orientation="horizontal">
|
android:layout_marginEnd="20dp"
|
||||||
|
android:layout_marginBottom="10dp"
|
||||||
|
android:drawableStart="@drawable/ic_copy"
|
||||||
|
android:text="@string/createPlaylist" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/cancel_button"
|
android:id="@+id/cancel_button"
|
||||||
style="@style/CustomDialogButton"
|
style="@style/CustomDialogButton"
|
||||||
android:text="@string/cancel" />
|
android:layout_gravity="end"
|
||||||
|
android:layout_marginTop="10dp"
|
||||||
<Button
|
android:layout_marginEnd="16dp"
|
||||||
android:id="@+id/create_new_playlist"
|
android:text="@string/cancel" />
|
||||||
style="@style/CustomDialogButton"
|
|
||||||
android:layout_marginEnd="16dp"
|
|
||||||
android:text="@string/createPlaylist" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user