Dividers for home screen conversation items.

Themed common/dialog button styles.
This commit is contained in:
Anton Chekulaev
2020-08-24 16:46:12 +10:00
parent 1191353fde
commit afe90200f1
48 changed files with 182 additions and 173 deletions

View File

@@ -39,7 +39,7 @@
android:orientation="horizontal">
<Button
style="@style/UnimportantDialogButton"
style="@style/Widget.Session.Button.Dialog.Unimportant"
android:id="@+id/cancelButton"
android:layout_width="0dp"
android:layout_height="@dimen/small_button_height"
@@ -47,7 +47,7 @@
android:text="@string/cancel" />
<Button
style="@style/UnimportantDialogButton"
style="@style/Widget.Session.Button.Dialog.Unimportant"
android:id="@+id/okButton"
android:layout_width="0dp"
android:layout_height="@dimen/small_button_height"