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

@@ -65,7 +65,7 @@
android:orientation="horizontal">
<Button
style="@style/MediumUnimportantFilledButton"
style="@style/Widget.Session.Button.Common.UnimportantFilled"
android:id="@+id/copyButton"
android:layout_width="0dp"
android:layout_height="@dimen/medium_button_height"
@@ -73,7 +73,7 @@
android:text="@string/copy" />
<Button
style="@style/MediumUnimportantFilledButton"
style="@style/Widget.Session.Button.Common.UnimportantFilled"
android:id="@+id/shareButton"
android:layout_width="0dp"
android:layout_height="@dimen/medium_button_height"
@@ -89,7 +89,7 @@
android:layout_weight="1" />
<Button
style="@style/MediumProminentOutlineButton"
style="@style/Widget.Session.Button.Common.ProminentOutline"
android:id="@+id/createPrivateChatButton"
android:layout_width="196dp"
android:layout_height="@dimen/medium_button_height"