aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_share_locaction.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-29 22:28:45 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-29 22:28:45 +0200
commit1802b45f41b9a4aa0e1291e05576bdc39964e06d (patch)
tree19b6fa1a67c8a53f186ab58b587acf468b8fa082 /src/main/res/layout/activity_share_locaction.xml
parent1fcc2f3cb1f219c25080bdcbb8f4d9fb6af10ea7 (diff)
use styled borderless button
Diffstat (limited to 'src/main/res/layout/activity_share_locaction.xml')
-rw-r--r--src/main/res/layout/activity_share_locaction.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/activity_share_locaction.xml b/src/main/res/layout/activity_share_locaction.xml
index 2131bb0f3..14be5b2e4 100644
--- a/src/main/res/layout/activity_share_locaction.xml
+++ b/src/main/res/layout/activity_share_locaction.xml
@@ -38,7 +38,7 @@
<Button
android:id="@+id/cancel_button"
- style="?android:attr/borderlessButtonStyle"
+ style="@style/Widget.Conversations.Button.Borderless"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -52,7 +52,7 @@
<Button
android:id="@+id/share_button"
- style="?android:attr/borderlessButtonStyle"
+ style="@style/Widget.Conversations.Button.Borderless"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"