|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
style="@style/Widget.Session.Button.Dialog.Unimportant"
|
|
|
|
|
style="@style/Widget.Session.Button.Dialog.UnimportantText"
|
|
|
|
|
android:id="@+id/cancelButton"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="@dimen/small_button_height"
|
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
android:contentDescription="@string/AccessibilityId_cancel_link_preview_button"/>
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
style="@style/Widget.Session.Button.Dialog.Unimportant"
|
|
|
|
|
style="@style/Widget.Session.Button.Dialog.UnimportantText"
|
|
|
|
|
android:id="@+id/enableLinkPreviewsButton"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="@dimen/small_button_height"
|
|
|
|
|