mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Added style to buttons in share_file_layout and centered refresh button in account_setup
This commit is contained in:
parent
d5c4d7ab92
commit
dee7c33235
3 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:theme="@style/Button"
|
||||
android:text="@string/auth_check_server"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/auth_check_server"/>
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:theme="@style/Button"
|
||||
android:text="@string/auth_check_server"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/auth_check_server"/>
|
||||
|
|
|
@ -115,6 +115,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:theme="@style/Button.Primary"
|
||||
android:text="@string/share_add_user_or_group"
|
||||
android:contentDescription="shareAddUserButton"/>
|
||||
|
||||
|
@ -233,6 +234,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:theme="@style/Button.Primary"
|
||||
android:text="@string/share_get_public_link_button"
|
||||
android:contentDescription="shareGetLinkButton"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue