summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/download_authentication_activity.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-11 10:52:59 +0200
committerGitHub <noreply@github.com>2020-05-11 10:52:59 +0200
commit8145d7e9310699ffa89f8d7e09b95ce143812e74 (patch)
tree0f6ac1aa27593a5d0d5aa0c46083313c9f9a9121 /app/src/main/res/layout/download_authentication_activity.xml
parentb0973d5c589466f52de58b73eae4b8aadfd9571c (diff)
parent421f75ca8ac3cabfe17fff89aaebc8851087dd04 (diff)
downloadAntennaPod-8145d7e9310699ffa89f8d7e09b95ce143812e74.zip
Merge pull request #4131 from ByteHamster/bugfixing
Bugfixing
Diffstat (limited to 'app/src/main/res/layout/download_authentication_activity.xml')
-rw-r--r--app/src/main/res/layout/download_authentication_activity.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/app/src/main/res/layout/download_authentication_activity.xml b/app/src/main/res/layout/download_authentication_activity.xml
index 58c2c10e6..e16a8b3a8 100644
--- a/app/src/main/res/layout/download_authentication_activity.xml
+++ b/app/src/main/res/layout/download_authentication_activity.xml
@@ -50,21 +50,15 @@
android:id="@+id/butCancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="?android:attr/selectableItemBackground"
- android:textColor="?attr/colorAccent"
- android:paddingLeft="8dp"
- android:paddingRight="8dp"
- android:text="@string/cancel_label"/>
+ android:text="@string/cancel_label"
+ style="@style/Widget.MaterialComponents.Button.TextButton"/>
<Button
android:id="@+id/butConfirm"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="?android:attr/selectableItemBackground"
- android:textColor="?attr/colorAccent"
- android:paddingLeft="8dp"
- android:paddingRight="8dp"
- android:text="@string/confirm_label"/>
+ android:text="@string/confirm_label"
+ style="@style/Widget.MaterialComponents.Button.TextButton"/>
</LinearLayout>
</LinearLayout> \ No newline at end of file