aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_recording.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_recording.xml
parent1fcc2f3cb1f219c25080bdcbb8f4d9fb6af10ea7 (diff)
use styled borderless button
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_recording.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/activity_recording.xml b/src/main/res/layout/activity_recording.xml
index c6a57f98d..c8f83b0e0 100644
--- a/src/main/res/layout/activity_recording.xml
+++ b/src/main/res/layout/activity_recording.xml
@@ -14,7 +14,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"
@@ -30,7 +30,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"