mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
use style instead of theme attribute for secondary action buttons
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
27b8ed4327
commit
55a32df928
4 changed files with 4 additions and 4 deletions
|
@ -130,7 +130,7 @@
|
|||
android:layout_marginStart="@dimen/standard_margin"
|
||||
android:layout_marginLeft="@dimen/standard_margin"
|
||||
android:text="@string/upload_direct_camera_upload"
|
||||
android:textColor="@color/black"
|
||||
android:textColor="@color/textColor"
|
||||
android:textSize="@dimen/bottom_sheet_text_size" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/folder_picker_btn_cancel"
|
||||
android:theme="@style/OutlinedButton"
|
||||
style="@style/OutlinedButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
android:layout_marginRight="@dimen/standard_half_margin"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/common_cancel"
|
||||
android:theme="@style/OutlinedButton"
|
||||
style="@style/OutlinedButton"
|
||||
app:cornerRadius="@dimen/button_corner_radius" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
android:padding="@dimen/standard_padding">
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:theme="@style/OutlinedButton"
|
||||
style="@style/OutlinedButton"
|
||||
android:id="@+id/uploader_cancel"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue