mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
Quick labels, assignes dialog ui fixes (#635)
labels, assignes dialog ui fixes Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/635
This commit is contained in:
parent
7c40c049d4
commit
e38d141d38
@ -93,8 +93,8 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/cancel"
|
android:id="@+id/cancel"
|
||||||
style="@style/Widget.AppCompat.Button.Borderless"
|
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
|
||||||
android:textColor="?attr/primaryTextColor"
|
android:textColor="@color/darkGreen"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/cancelButton" />
|
android:text="@string/cancelButton" />
|
||||||
@ -106,8 +106,8 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/done"
|
android:id="@+id/done"
|
||||||
style="@style/Widget.AppCompat.Button.Borderless"
|
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
|
||||||
android:textColor="?attr/primaryTextColor"
|
android:textColor="@color/darkRed"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/doneButton" />
|
android:text="@string/doneButton" />
|
||||||
|
@ -25,4 +25,4 @@
|
|||||||
android:textColor="?attr/primaryTextColor"
|
android:textColor="?attr/primaryTextColor"
|
||||||
android:textSize="18sp" />
|
android:textSize="18sp" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user