aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/welcome.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/welcome.xml')
-rw-r--r--src/main/res/layout/welcome.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/welcome.xml b/src/main/res/layout/welcome.xml
index 77615718b..a388f1d91 100644
--- a/src/main/res/layout/welcome.xml
+++ b/src/main/res/layout/welcome.xml
@@ -59,7 +59,7 @@
<Button
android:id="@+id/import_database"
- style="?android:attr/borderlessButtonStyle"
+ style="@style/Widget.Conversations.Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
@@ -69,7 +69,7 @@
<Button
android:id="@+id/create_account"
- style="?android:attr/borderlessButtonStyle"
+ style="@style/Widget.Conversations.Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
@@ -78,7 +78,7 @@
<Button
android:id="@+id/use_existing_account"
- style="?android:attr/borderlessButtonStyle"
+ style="@style/Widget.Conversations.Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"