Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-27 18:21:19 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-27 18:21:19 +0300
commit3ab0dce3eb6f6edbb6f737df8fd3d5dd39275a97 (patch)
treeec62db7b8eef78465cceff8b5c97233519f1b7e7 /News-Android-App/src/main/res/layout
parentf07b56ae797cde8c5f53462ea571675de69d3e6a (diff)
#865 Fix button styles in feed alert dialog
Diffstat (limited to 'News-Android-App/src/main/res/layout')
-rw-r--r--News-Android-App/src/main/res/layout/fragment_dialog_feedoptions.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/News-Android-App/src/main/res/layout/fragment_dialog_feedoptions.xml b/News-Android-App/src/main/res/layout/fragment_dialog_feedoptions.xml
index a917bf8f..34815dac 100644
--- a/News-Android-App/src/main/res/layout/fragment_dialog_feedoptions.xml
+++ b/News-Android-App/src/main/res/layout/fragment_dialog_feedoptions.xml
@@ -98,18 +98,18 @@
android:layout_marginRight="0dp"
android:orientation="horizontal">
- <Button
+ <com.google.android.material.button.MaterialButton
android:id="@+id/button_remove_cancel"
- style="?android:attr/buttonBarButtonStyle"
+ style="@style/MaterialButtonStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="0dp"
android:layout_weight="1"
android:text="@android:string/cancel" />
- <Button
+ <com.google.android.material.button.MaterialButton
android:id="@+id/button_remove_confirm"
- style="?android:attr/buttonBarButtonStyle"
+ style="@style/MaterialButtonStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="0dp"
@@ -151,18 +151,18 @@
android:layout_marginRight="0dp"
android:orientation="horizontal">
- <Button
+ <com.google.android.material.button.MaterialButton
android:id="@+id/button_rename_cancel"
- style="?android:attr/buttonBarButtonStyle"
+ style="@style/MaterialButtonStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="0dp"
android:layout_weight="1"
android:text="@android:string/cancel" />
- <Button
+ <com.google.android.material.button.MaterialButton
android:id="@+id/button_rename_confirm"
- style="?android:attr/buttonBarButtonStyle"
+ style="@style/MaterialButtonStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="0dp"